parent
2d8e017b9d
commit
557c0d72b5
1 changed files with 11 additions and 1 deletions
|
@ -5,5 +5,15 @@
|
|||
"baseBranches": [
|
||||
"main"
|
||||
],
|
||||
"rangeStrategy": "bump"
|
||||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"automergeType": "branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
"docker"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue