ci(renovate): sync renovate config with other repos

This commit is contained in:
Fabian-Lars
2025-09-30 15:35:03 +02:00
committed by GitHub
parent ed59bb606d
commit 60339ae002

View File

@@ -1,3 +1,18 @@
{ {
"extends": ["config:base"] "extends": ["config:recommended"],
"rangeStrategy": "replace",
"packageRules": [
{
"matchPackageNames": ["*"],
"semanticCommitType": "chore",
"minimumReleaseAge": "3 days"
},
{
"description": "Disable node/pnpm version updates",
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
}
],
"postUpdateOptions": ["pnpmDedupe"]
} }