fix(renovate): allow automerge for plugins/docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2023-12-30 17:30:16 +01:00
parent 97ef7e9967
commit 7a3ba4652c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -8,7 +8,6 @@
{ {
"description": "Automatically update minor and patch versions of used drone-ci images", "description": "Automatically update minor and patch versions of used drone-ci images",
"addLabels": [ "renovate/droneci", "renovate/automerge" ], "addLabels": [ "renovate/droneci", "renovate/automerge" ],
"excludePackagePatterns": [ "plugins/docker" ],
"automerge": true, "automerge": true,
"matchManagers": "droneci", "matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"] "matchUpdateTypes": [ "minor", "patch"]