improve renovate workflow #168

Open
max wants to merge 1 commit from renovate_updates into main

View file

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