chore(renovate): disable go package gopkg.in/yaml.v2
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
b45f8181aa
commit
2c91222753
@ -23,6 +23,15 @@
|
||||
"automerge": true,
|
||||
"matchManagers": [ "gomod" ],
|
||||
"matchUpdateTypes": [ "minor", "patch" ]
|
||||
},
|
||||
{
|
||||
"description": "Disable major update version of go modules",
|
||||
"enabled": false,
|
||||
"matchManagers": [ "gomod" ],
|
||||
"matchPackageNames": [
|
||||
"gopkg.in/yaml.v2"
|
||||
],
|
||||
"matchUpdateTypes": [ "major" ]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
|
Loading…
Reference in New Issue
Block a user