fix(golang): disable docker and yaml updates
This commit is contained in:
parent
ab4cf8c8b2
commit
ae78b465a4
18
golang.json
18
golang.json
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user