Merge pull request 'Update renovate configuration to allow auto-merge' (#16) from renovate-config into main
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 8m31s
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 8m31s
Reviewed-on: #16
This commit is contained in:
commit
a5f12f6016
@ -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