Skip to content

Commit

Permalink
ci: stop unhinged eslint renovate prs
Browse files Browse the repository at this point in the history
renovate keeps updating or creating prs to update eslint and not correctly skipping the version as it should.

Reenable when #2391 is closed
  • Loading branch information
nickofthyme authored Apr 25, 2024
1 parent 5ed4ea7 commit 6ea6c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"matchPackageNames": ["prettier", "pretty-quick"],
"excludePackagePatterns": [".*typescript.*", "^@typescript-eslint/.+"],
"automerge": true,
"enabled": true
"enabled": false
},
{
"groupName": "jest",
Expand Down

0 comments on commit 6ea6c98

Please sign in to comment.