mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
31 lines
666 B
Plaintext
31 lines
666 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^@homarr/",
|
|
"tsx" // Disabled for now as version 0.14.4 did not work with the current version of homarr. It resulted in a ERR_MODULE_NOT_FOUND error
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"updateInternalDeps": true,
|
|
"rangeStrategy": "bump",
|
|
"automerge": false,
|
|
"baseBranches": [
|
|
"dev"
|
|
],
|
|
"dependencyDashboard": false
|
|
} |