CGGItemSets/renovate.json
nyyu 8ab39036e1
All checks were successful
ci/woodpecker/push/mingw Pipeline was successful
ci/woodpecker/push/linux Pipeline was successful
fix(ci): renovate conf
2024-05-01 22:04:23 +02:00

22 lines
554 B
JSON

{
"$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
}
]
}