improve renovate workflow #168

Merged
c6ristian merged 1 commit from renovate_updates into main 2026-09-23 23:37:39 +02:00

View file

@ -38,10 +38,13 @@
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak" "!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/", "automerge": true,
"automerge": true "ignoreTests": true,
"automergeType": "branch"
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],