fix(renovate): add automerge of public container images
This commit is contained in:
parent
b0a16dc214
commit
2958540cf7
@ -36,6 +36,20 @@
|
||||
"matchManagers": [ "npm" ],
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
},
|
||||
{
|
||||
"addLabels": [ "renovate/automerge", "renovate/container" ],
|
||||
"automerge": true,
|
||||
"excludePackagePatterns": [
|
||||
"prometheuscommunity/postgres-exporter"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"addLabels": [ "renovate/automerge", "renovate/documentation" ],
|
||||
"automerge": true,
|
||||
|
Loading…
Reference in New Issue
Block a user