website/renovate.json
kitten dcc36b815b
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 30s
Update renovate
2026-05-26 22:28:38 +02:00

23 lines
No EOL
529 B
JSON

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