Skip to content

Commit 7e5b079

Browse files
Rollup merge of rust-lang#160839 - Kobzol:renovatebot-remove-npm, r=marcoieni
Stop updating npm lockfile by Renovatebot I hope this is the correct way to do it? Context: rust-lang#160264 (comment) r? marcoieni
2 parents e98b5cd + 2c573be commit 7e5b079

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/renovate.json5

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@
6969
"enabled": false
7070
},
7171
{
72-
// Update yarn.lock in a dedicated PR.
73-
"matchManagers": ["npm"],
72+
// Do not update npm/yarn lockfile, we only use it for internal tests.
73+
"matchManagers": [
74+
"npm"
75+
],
7476
"matchUpdateTypes": ["lockFileMaintenance"],
75-
"groupName": "Yarn lock file maintenance",
76-
"commitMessageAction": "Yarn lock file update"
77+
"enabled": false,
7778
}
7879
],
7980
"ignorePaths": [

0 commit comments

Comments
 (0)