mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
32 lines
607 B
JSON
32 lines
607 B
JSON
{
|
|
"extends": [
|
|
"github>nuxt/renovate-config-nuxt"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"ignoreDeps": [
|
|
"typescript",
|
|
"vue-tsc"
|
|
],
|
|
"baseBranches": ["v2", "v3"],
|
|
"packageRules": [{
|
|
"matchBaseBranches": ["v3"],
|
|
"labels": ["v3"]
|
|
}, {
|
|
"groupName": "tailwindcss",
|
|
"matchPackageNames": [
|
|
"tailwindcss",
|
|
"@tailwindcss/postcss",
|
|
"@tailwindcss/vite"
|
|
]
|
|
}, {
|
|
"matchDepTypes": ["peerDependencies"],
|
|
"enabled": false
|
|
}, {
|
|
"matchDepTypes": ["resolutions"],
|
|
"enabled": false
|
|
}],
|
|
"postUpdateOptions": ["pnpmDedupe"]
|
|
}
|