PR Checks / hadolint (pull_request) Successful in 12s
Docker Build and Push / integration-test (pull_request) Successful in 1m56s
PR Checks / build-test (pull_request) Successful in 2m4s
Docker Build and Push / test (pull_request) Failing after 3h0m6s
Docker Build and Push / build (pull_request) Skipped
13 lines
184 B
YAML
13 lines
184 B
YAML
name: Renovate
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
renovate:
|
|
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
|
secrets: inherit
|