mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^@acme/"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"updateInternalDeps": true,
|
|
"rangeStrategy": "bump",
|
|
"automerge": true
|
|
}
|