Merge pull request 'ci: add Renovate workflow' (#17) from add-renovate-workflow into master
Docker Build and Push / lint (push) Successful in 31s
Renovate / renovate (push) Successful in 4m31s
Docker Build and Push / build (push) Successful in 1m29s
Docker Build and Push / test (push) Successful in 47s
Docker Build and Push / push (push) Failing after 1m18s
Docker Build and Push / lint (push) Successful in 31s
Renovate / renovate (push) Successful in 4m31s
Docker Build and Push / build (push) Successful in 1m29s
Docker Build and Push / test (push) Successful in 47s
Docker Build and Push / push (push) Failing after 1m18s
Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||||
|
secrets: inherit
|
||||||
Reference in New Issue
Block a user