Update renovate.json
This commit is contained in:
parent
713d0fa3b3
commit
240688a4e2
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended",
|
||||||
|
":combinePatchMinorReleases",
|
||||||
|
":rebaseStalePrs",
|
||||||
|
":renovatePrefix",
|
||||||
|
"customManagers:githubActionsVersions"
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 3,
|
"prConcurrentLimit": 3,
|
||||||
"prHourlyLimit": 1,
|
"prHourlyLimit": 1,
|
||||||
|
|
@ -35,14 +39,21 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Other non-major dependencies",
|
"groupName": "Mint non-major dependencies",
|
||||||
|
"matchManagers": [
|
||||||
|
"mint"
|
||||||
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
"patch"
|
"patch"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"mint"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [
|
"labels": [
|
||||||
"dependencies"
|
"dependencies",
|
||||||
|
"renovate"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue