change renovate update behavior #146

Open
max wants to merge 2 commits from renovate_update_behavior into main

View file

@ -29,13 +29,20 @@
// 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" ],
"excludePackageNames": [
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"], "matchPackageNames": ["docker.io/pretix/standalone"],