chore(renovate): remove obsolete matchBaseBranches
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0feb12b5bd
commit
0a602048aa
@ -35,7 +35,6 @@
|
|||||||
"description": "Automatically update minor and patch versions of go modules",
|
"description": "Automatically update minor and patch versions of go modules",
|
||||||
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchBaseBranches": [ "master" ],
|
|
||||||
"matchManagers": [ "gomod" ],
|
"matchManagers": [ "gomod" ],
|
||||||
"matchUpdateTypes": [ "minor", "patch" ]
|
"matchUpdateTypes": [ "minor", "patch" ]
|
||||||
},
|
},
|
||||||
@ -43,7 +42,6 @@
|
|||||||
"description": "Prepare MR for major update of go modules",
|
"description": "Prepare MR for major update of go modules",
|
||||||
"addLabels": [ "renovate/gomod" ],
|
"addLabels": [ "renovate/gomod" ],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"matchBaseBranches": [ "master" ],
|
|
||||||
"matchManagers": [ "gomod" ],
|
"matchManagers": [ "gomod" ],
|
||||||
"matchUpdateTypes": [ "major" ]
|
"matchUpdateTypes": [ "major" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user