Update renovate configuration to allow auto-merge
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m34s
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m34s
This commit is contained in:
parent
d097224314
commit
c8100f34fc
@ -1,3 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
}
|
"labels": ["dependencies"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user