ci(renovate): enable on fork

This commit is contained in:
Fabian-Lars
2025-01-28 21:26:14 +01:00
committed by GitHub
parent 0a0789b68a
commit d3310bdddc

View File

@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"],
"rangeStrategy": "replace",
"packageRules": [
{
"semanticCommitType": "chore",
"matchPackageNames": ["*"]
}
],
"forkProcessing": "enabled"
}