mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"extends": [
|
|
"github>nuxt/renovate-config-nuxt"
|
|
],
|
|
"ignoreDeps": [
|
|
"@nuxt/eslint-config",
|
|
"eslint",
|
|
"happy-dom",
|
|
"nuxt-component-meta",
|
|
"valibot30",
|
|
"valibot31"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"baseBranches": ["dev", "v3"]
|
|
}
|