mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
chore: rename local packages from acme to alparr
This commit is contained in:
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@@ -1,13 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["^@acme/"],
|
||||
"matchPackagePatterns": [
|
||||
"^@alparr/"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"updateInternalDeps": true,
|
||||
"rangeStrategy": "bump",
|
||||
"automerge": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user