Update 'renovate.json'
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Samuel Philipp 2022-05-26 18:07:38 +00:00
parent aefa3cd1c3
commit edd56ba620
1 changed files with 10 additions and 1 deletions

View File

@ -6,5 +6,14 @@
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch"
"rebaseWhen": "behind-base-branch",
"automergeType": "branch",
"packageRules": [
{
"datasources": [
"docker"
],
"automerge": true
}
]
}