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