mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the dependency update configuration to adopt a replace strategy for version ranges, ensuring smoother and clearer version management. - Added a new dependency, `@unraid/shared-callbacks`, for enhanced functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "group:allNonMajor"],
|
|
"ignoreDeps": [
|
|
"nuxt-custom-elements",
|
|
"reflect-metadata"
|
|
],
|
|
"rangeStrategy": "replace"
|
|
}
|