mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 08:10:39 +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"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge hugo ci updates",
|
||||||
|
"matchManagers": ["woodpecker"],
|
||||||
|
"matchPackageNames": ["quay.io/thegeeklab/hugo"],
|
||||||
|
"matchUpdateTypes": ["patch"],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge dev dependencies",
|
"description": "Automerge dev dependencies",
|
||||||
"groupName": "devDeps non-major",
|
"groupName": "devDeps non-major",
|
||||||
|
Loading…
Reference in New Issue
Block a user