mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
feat: ignore nuxt-custom-elements and reflect-metadata
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", "group:allNonMajor"]
|
"extends": ["config:recommended", "group:allNonMajor"],
|
||||||
|
"ignoreDeps": [
|
||||||
|
"nuxt-custom-elements",
|
||||||
|
"reflect-metadata"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user