add renovate
This commit is contained in:
parent
0c3386be18
commit
9746b7eb0c
2 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
skip_clone: true
|
||||
labels:
|
||||
backend: docker
|
||||
steps:
|
||||
- name: bump tag in deployment-repo
|
||||
image: git.ar21.de/aaron/debian-ci
|
||||
|
|
10
renovate.json
Normal file
10
renovate.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue