Compare commits

..

2 Commits

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"
],