ci: add Renovate workflow
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
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
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||||
|
secrets: inherit
|
||||||
Reference in New Issue
Block a user