mirror of
https://github.com/sern-handler/templates
synced 2026-06-06 01:16:58 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"$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/"
|
|
}
|
|
]
|
|
}
|