mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 08:50:56 +01:00
23 lines
427 B
JSON
23 lines
427 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"platform": "github",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^@homarr/"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"updateInternalDeps": true,
|
|
"rangeStrategy": "bump",
|
|
"automerge": false,
|
|
"baseBranches": [
|
|
"dev"
|
|
],
|
|
"branchPrefix": "renovate/",
|
|
"autodiscover": true
|
|
} |