Skip to content

Commit a601c0f

Browse files
committed
Auto merge of #4103 - Turbo87:renovate-lockfile, r=JohnTitor
renovate: Adjust lockfile maintenance configuration Using `groupName` for this was incorrect and did not update the PR title in the dependency dashboard. This PR uses the `commitMessageSuffix` option instead, and also `additionalBranchPrefix` to avoid conflicting branch names.
2 parents f786c52 + bb76048 commit a601c0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@
2727
}, {
2828
"matchLanguages": ["rust"],
2929
"rangeStrategy": "bump"
30+
}, {
31+
"matchLanguages": ["js"],
32+
"matchUpdateTypes": ["lockFileMaintenance"],
33+
"additionalBranchPrefix": "js-",
34+
"commitMessageSuffix": "(JS)"
3035
}, {
3136
"matchLanguages": ["rust"],
3237
"matchUpdateTypes": ["lockFileMaintenance"],
33-
"groupName": " Lock file maintenance (Rust)"
38+
"additionalBranchPrefix": "rust-",
39+
"commitMessageSuffix": "(Rust)"
3440
}]
3541
}

0 commit comments

Comments
 (0)