fix(renovate): add automerge of public container images

This commit is contained in:
Markus Pesch 2025-01-14 22:36:18 +01:00
parent b0a16dc214
commit 2958540cf7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -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,