mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
24 lines
416 B
JSON
24 lines
416 B
JSON
{
|
|
"extends": [
|
|
"github>nuxt/renovate-config-nuxt"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"ignoreDeps": [
|
|
"happy-dom"
|
|
],
|
|
"baseBranches": ["dev", "v3"],
|
|
"packageRules": [{
|
|
"matchBaseBranches": ["v3"],
|
|
"labels": ["v3"]
|
|
}, {
|
|
"groupName": "tailwindcss",
|
|
"matchPackageNames": [
|
|
"tailwindcss",
|
|
"@tailwindcss/postcss",
|
|
"@tailwindcss/vite"
|
|
]
|
|
}]
|
|
}
|