Skip to content

Commit

Permalink
chore: Better pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Nov 29, 2024
1 parent f53c6f8 commit cdc0f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate-node-default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ matchPackagePatterns: ["^@cloudquery/"], schedule: ["at any time"] },
{
matchManagers: ["npm"],
matchPackagePatterns: ["/eslint/i"],
matchPackagePatterns: [".*eslint.*"],
groupName: "eslint packages",
additionalBranchPrefix: "{{parentDir}}-",
},
Expand Down

0 comments on commit cdc0f78

Please sign in to comment.