mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", "group:allNonMajor"],
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"schedule": ["every weekend"],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/"
|
|
}
|
|
]
|
|
}
|