mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "group:allNonMajor"],
|
|
"ignoreDeps": [
|
|
"nuxt-custom-elements",
|
|
"reflect-metadata"
|
|
]
|
|
}
|