Skip to content

Commit

Permalink
[dependencies] Do not try to update eslint (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Aug 2, 2024
1 parent a71c099 commit 7b0e684
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 @@ -136,6 +136,11 @@
"groupName": "react-docgen - incompatible versions",
"matchPackageNames": ["react-docgen"],
"allowedVersions": "< 6.0.0"
},
{
"groupName": "eslint - incompatible versions",
"matchPackageNames": ["eslint"],
"allowedVersions": "< 9.0.0"
}
],
"postUpdateOptions": ["pnpmDedupe"],
Expand Down

0 comments on commit 7b0e684

Please sign in to comment.