forked from CCCHH/ansible-infra
bypass pull request workflow for automatic patch updates
This commit is contained in:
parent
83b0ab0950
commit
e2277e0e9c
1 changed files with 5 additions and 2 deletions
|
|
@ -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"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue