Update renovate.json (#90)
This commit is contained in:
parent
bcee9db3de
commit
58377bcfbc
|
|
@ -1,13 +1,15 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
|
"prConcurrentLimit": 3,
|
||||||
|
"prHourlyLimit": 1,
|
||||||
|
"recreateWhen": "auto",
|
||||||
|
"prCreation": "not-pending",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Accumulate non-major updates into one pull request",
|
"groupName": "all dependencies",
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
"matchCurrentVersion": ">=1",
|
|
||||||
"groupName": "all non-major dependencies",
|
|
||||||
"groupSlug": "all-minor-patch"
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"labels": ["dependencies"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue