chore(config): migrate renovate config (#12099)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
renovate[bot] 2025-01-01 23:35:57 +01:00 committed by GitHub
parent da958395ff
commit ccce63f8c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,11 @@
"baseBranches": ["dev", "1.x"],
"labels": ["type: chore"],
"enabledManagers": ["cargo", "npm"],
"rangeStrategy": "replace",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"semanticCommitType": "chore"
"semanticCommitType": "chore",
"matchPackageNames": ["*"]
},
{
"description": "Disable node/pnpm version updates",