Update renovate
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 30s

This commit is contained in:
kittentm 2026-05-26 22:28:38 +02:00
commit dcc36b815b

View file

@ -1,13 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"github>nuxt/renovate-config-nuxt"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [{
"matchDepTypes": ["resolutions"],
"enabled": false
}],
"postUpdateOptions": ["pnpmDedupe"]
}
"packageRules": [
{
"matchDepTypes": ["resolutions"],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0\\./",
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"groupName": "devDependencies (non-major)",
"matchUpdateTypes": ["minor", "patch"]
}
]
}