auto update patch versions
Some checks failed
/ Ansible Lint (push) Has been cancelled

This commit is contained in:
Max 2026-08-21 13:53:47 +02:00
commit 6888d317f0
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8

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