fix(ci): renovate conf
All checks were successful
ci/woodpecker/push/mingw Pipeline was successful
ci/woodpecker/push/linux Pipeline was successful

This commit is contained in:
nyyu 2024-05-01 21:30:34 +02:00
parent 90a48f8eec
commit 8ab39036e1
2 changed files with 31 additions and 13 deletions

View file

@ -1,4 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"]
"extends": ["config:recommended", ":dependencyDashboard"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"enabled": false
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"enabled": false
}
]
}