mirror of
https://github.com/sern-handler/cli
synced 2026-06-05 17:06:50 +00:00
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Co-authored-by: jacob <jacoobes@sern.dev>
18 lines
429 B
JSON
18 lines
429 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/"
|
|
}
|
|
]
|
|
}
|