website/renovate.json

23 lines
529 B
JSON
Raw Normal View History

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