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