This commit is contained in:
parent
6389a936c8
commit
6888d317f0
1 changed files with 7 additions and 3 deletions
|
|
@ -29,13 +29,17 @@
|
|||
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
|
||||
{
|
||||
"groupName": "all stable non-major dependencies",
|
||||
"groupSlug": "all-stable-minor-patch",
|
||||
"groupSlug": "all-stable-minor",
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
"minor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue