Skip to content

Commit

Permalink
renovate: also fix pattern for typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 29, 2024
1 parent b72c8d9 commit 794ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
// @typescript-eslint@6 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["^@typescript-eslint"],
matchPackageNames: ["/^@typescript-eslint/"],
allowedVersions: "5.x"
},
// cspell@7 drops support for node v14. We can take this when we drop node v14 support.
Expand Down

0 comments on commit 794ea27

Please sign in to comment.