Skip to content

Commit 2df7df7

Browse files
committed
* remove path prefix in the value of groupName that match with dir be/public/react-json-view @ .github/renovate.json5
1 parent bf71e16 commit 2df7df7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/renovate.json5

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
],
66
"rangeStrategy": "bump",
77
"separateMajorMinor": false,
8-
"lockFileMaintenance": {
9-
"enabled": true,
10-
// https://github.com/renovatebot/config-help/issues/89
11-
// https://github.com/renovatebot/renovate/discussions/15899
12-
"branchTopic": "lock-file-maintenance/{{groupSlug}}"
13-
},
8+
"lockFileMaintenance": { "enabled": true },
149
"labels": ["dependencies"],
1510
"packageRules": [
1611
{
@@ -46,7 +41,7 @@
4641
},
4742
{
4843
"matchFileNames": ["be/public/react-json-view/**"],
49-
"groupName": "be/public/react-json-view",
44+
"groupName": "react-json-view",
5045
"commitMessagePrefix": "deps(react-json-view): "
5146
},
5247
{

0 commit comments

Comments
 (0)