Skip to content

Commit bb76048

Browse files
committed
renovate: Adjust lockfile maintenance configuration
1 parent 64367c9 commit bb76048

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)