Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
e2277e0e9c |
1 changed files with 5 additions and 2 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue