fix(golang): disable docker and yaml updates

This commit is contained in:
Markus Pesch 2025-03-30 19:43:50 +02:00
parent ab4cf8c8b2
commit ae78b465a4
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -21,6 +21,24 @@
"minor", "minor",
"patch" "patch"
] ]
},
{
"addLabels": [
"renovate/automerge",
"renovate/golang"
],
"automerge": false,
"enabled": false,
"matchPackagePatterns": [
"^github\\.com/docker/docker",
"^gopkg\\.in/yaml"
],
"matchDatasources": [
"go"
],
"matchUpdateTypes": [
"major"
]
} }
], ],
"postUpdateOptions": [ "postUpdateOptions": [