Compare commits

...

2 Commits

Author SHA1 Message Date
a329fe1bd7 fix(npm): select dependency types 2025-03-30 19:44:21 +02:00
ae78b465a4 fix(golang): disable docker and yaml updates 2025-03-30 19:43:50 +02:00
2 changed files with 22 additions and 0 deletions

View File

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

View File

@ -8,6 +8,10 @@
],
"automerge": true,
"enabled": true,
"matchDepTypes": [
"dependencies",
"devDependencies"
],
"matchManagers": [
"npm"
],