chore: update renovate config

This commit is contained in:
EvolutionX
2022-04-16 20:23:04 +05:30
parent 9f5606baf7
commit 0556bfa751

View File

@@ -1,3 +1,18 @@
{
"extends": ["config:base"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor"],
"major": {
"dependencyDashboardApproval": true
},
"schedule": ["every weekend"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/"
}
]
}