mirror of
https://github.com/unraid/api.git
synced 2025-12-30 13:09:52 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated dependency management settings to pin exact versions during updates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "group:allNonMajor"],
|
|
"ignoreDeps": [
|
|
"nuxt-custom-elements",
|
|
"reflect-metadata"
|
|
],
|
|
"rangeStrategy": "pin"
|
|
}
|