add renovate
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-11-05 21:43:49 +01:00
parent 0c3386be18
commit 9746b7eb0c
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,6 @@
skip_clone: true skip_clone: true
labels:
backend: docker
steps: steps:
- name: bump tag in deployment-repo - name: bump tag in deployment-repo
image: git.ar21.de/aaron/debian-ci image: git.ar21.de/aaron/debian-ci

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true,
"automergeType": "branch"
}
]
}