mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
* fix(deps): update dependency prettier to ^3.2.5 * fix: formatting * fix: formatting * fix: formatting --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^@homarr/"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"updateInternalDeps": true,
|
|
"rangeStrategy": "bump",
|
|
"automerge": false,
|
|
"baseBranches": ["dev"],
|
|
"dependencyDashboard": false
|
|
}
|