Skip to content

Commit

Permalink
chore(renovate): enable lockfile maintenance (#2579)
Browse files Browse the repository at this point in the history
Hopefully, this will resolve renovate issues with `pnpm`

https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
  • Loading branch information
wesbillman authored Sep 2, 2024
1 parent 7981045 commit 5715b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"group:allNonMajor",
"schedule:earlyMondays",
],
lockFileMaintenance: {
enabled: true, // Automatically update lock files like pnpm-lock.yaml
},
packageRules: [
{
matchUpdateTypes: ["minor", "patch"],
Expand Down

0 comments on commit 5715b67

Please sign in to comment.