Add renovate
This commit is contained in:
parent
5246808a12
commit
e00f368e8b
1 changed files with 20 additions and 0 deletions
20
renovate.json5
Normal file
20
renovate.json5
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
":rebaseStalePrs",
|
||||||
|
":ignoreUnstable",
|
||||||
|
"group:monorepos",
|
||||||
|
"group:recommended"
|
||||||
|
],
|
||||||
|
"prConcurrentLimit": 0,
|
||||||
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"baseBranches": [
|
||||||
|
"master"
|
||||||
|
],
|
||||||
|
"schedule": [
|
||||||
|
"monthly"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue