Skip to content

Commit ccce63f

Browse files
chore(config): migrate renovate config (#12099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent da95839 commit ccce63f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"baseBranches": ["dev", "1.x"],
44
"labels": ["type: chore"],
55
"enabledManagers": ["cargo", "npm"],
6+
"rangeStrategy": "replace",
67
"packageRules": [
78
{
8-
"matchPackagePatterns": ["*"],
9-
"semanticCommitType": "chore"
9+
"semanticCommitType": "chore",
10+
"matchPackageNames": ["*"]
1011
},
1112
{
1213
"description": "Disable node/pnpm version updates",

0 commit comments

Comments
 (0)