Skip to content

Commit

Permalink
[code-infra] Stop renovate from updating date-fns-v2 (#16158)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Jan 13, 2025
1 parent 770ab40 commit 6e76ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
{
"groupName": "Vite & Vitest",
"matchPackageNames": ["@vitejs/**", "/vitest/"]
},
{
"groupName": "date-fns-v2",
"matchPackageNames": ["date-fns-v2"],
"allowedVersions": "< 3.0.0"
}
],
"postUpdateOptions": ["pnpmDedupe"],
Expand Down

0 comments on commit 6e76ec9

Please sign in to comment.