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
|
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
|
||||||
{
|
{
|
||||||
"groupName": "all stable non-major dependencies",
|
"groupName": "all stable non-major dependencies",
|
||||||
"groupSlug": "all-stable-minor-patch",
|
"groupSlug": "all-stable-minor",
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor"
|
||||||
"patch"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue