mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -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",
|
||||
"extends": ["config:recommended", "group:allNonMajor"]
|
||||
"extends": ["config:recommended", "group:allNonMajor"],
|
||||
"ignoreDeps": [
|
||||
"nuxt-custom-elements",
|
||||
"reflect-metadata"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user