Add renovate.json
This commit is contained in:
parent
d494041401
commit
5967fc97dd
1 changed files with 13 additions and 0 deletions
13
renovate.json
Normal file
13
renovate.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
":dependencyDashboard",
|
||||||
|
":semanticPrefixFixDepsChoreOthers",
|
||||||
|
":ignoreModulesAndTests",
|
||||||
|
"group:monorepos",
|
||||||
|
"group:recommended",
|
||||||
|
"replacements:all",
|
||||||
|
"workarounds:all",
|
||||||
|
"mergeConfidence:all-badges"
|
||||||
|
]
|
||||||
|
}
|
Reference in a new issue