Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@
"enabled": false
},
{
// Update yarn.lock in a dedicated PR.
"matchManagers": ["npm"],
// Do not update npm/yarn lockfile, we only use it for internal tests.
"matchManagers": [
"npm"
],
"matchUpdateTypes": ["lockFileMaintenance"],
"groupName": "Yarn lock file maintenance",
"commitMessageAction": "Yarn lock file update"
"enabled": false,
Comment thread
Kobzol marked this conversation as resolved.
}
],
"ignorePaths": [
Expand Down
Loading