chore(renovate): disable go package gopkg.in/yaml.v2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-02-20 17:29:39 +01:00
parent b45f8181aa
commit 2c91222753
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -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": [