auto update patch versions

This commit is contained in:
Max 2026-08-21 13:53:47 +02:00 committed by max
commit 247cb031f2

View file

@ -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"],