fix(renovate): automatically update minor and patch versions of go modules
continuous-integration/drone Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2021-12-20 23:46:39 +01:00
parent 74adce99fb
commit 899275e4f6
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,16 @@
"automerge": false,
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"labels": [ "renovate" ],
"packageRules": [
{
"description": "Automatically update minor and patch versions of go modules",
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
"automerge": true,
"matchManagers": [ "gomod" ],
"matchUpdateTypes": [ "minor", "patch" ]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"postUpdateOptions": [