Skip to content

Commit

Permalink
chore(ci): allow renovate to update eslint (#185)
Browse files Browse the repository at this point in the history
Because we update eslint to v9 in #170 we can tell renovate to update it
again. Hopefully without BC this time^^
  • Loading branch information
Sysix authored Oct 18, 2024
1 parent 8ffa141 commit fd1b315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"groupName": "npm packages",
"matchManagers": ["npm"],
"ignoreDeps": ["oxlint", "eslint"]
"ignoreDeps": ["oxlint"]
},
{
"groupName": "oxlint",
Expand Down

0 comments on commit fd1b315

Please sign in to comment.