feat: add rule to automerge hugo image updates in ci

This commit is contained in:
Robert Kaussow 2024-01-07 14:43:15 +01:00
parent 22d757f0f2
commit f0deb49698
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"description": "Automerge hugo ci updates",
"matchManagers": ["woodpecker"],
"matchPackageNames": ["quay.io/thegeeklab/hugo"],
"matchUpdateTypes": ["patch"],
"automerge": true
},
{
"description": "Automerge dev dependencies",
"groupName": "devDeps non-major",