Update renovate.json (#10)
All checks were successful
renovate / renovate (push) Successful in 3m43s
All checks were successful
renovate / renovate (push) Successful in 3m43s
Reviewed-on: #10
This commit is contained in:
parent
945159791a
commit
87fa71e5d0
@ -2,5 +2,16 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>Renovate/renovate-config"
|
"local>Renovate/renovate-config"
|
||||||
]
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepTypes": ["devDependencies"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"platformAutomerge": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user