This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
unifiedpush-gotify/renovate.json
Samuel Philipp df8ccb6acd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update 'renovate.json'
2022-08-27 20:28:16 +00:00

20 lines
280 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"automergeType": "branch",
"packageRules": [
{
"datasources": [
"docker"
],
"automerge": true
}
]
}