mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 23:10:40 +00:00
feat: add rule to automerge hugo image updates in ci
This commit is contained in:
parent
22d757f0f2
commit
f0deb49698
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user