chore(renovate): use common 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-03 12:15:13 +02:00
parent 8ab39036e1
commit 56fe88238a

View File

@ -1,22 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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
}
]
"extends": ["local>nyyu/renovate-config"]
}