mirror of
https://github.com/SrIzan10/templates.git
synced 2026-05-01 11:05:17 +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/"
|
|
}
|
|
]
|
|
}
|