Skip to content

Commit

Permalink
chore(repo): ignore eslint v9 from renovate updates (#5670)
Browse files Browse the repository at this point in the history
add eslint v9 (and above) to our renovate configuration. with this
change, any updates to v9 and higher will not result in a version bump
pull request from renvoatebot. this is temporary, as we are blocked from
upgrading until typescript-eslint support eslint v9
  • Loading branch information
rwaskiewicz authored Apr 15, 2024
1 parent ba3892f commit ea8d29b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
groupName: 'Jest',
allowedVersions: '<28.0.0',
},
{
// TODO(STENCIL-1274): Remove this block
// disable eslint v9 updates until typescript-eslint supports it
matchPackageNames: ['eslint'],
allowedVersions: '<9.0.0',
},
{
matchPackagePrefixes: ['@typescript-eslint'],
groupName: 'TypeScript-ESLint',
Expand Down

0 comments on commit ea8d29b

Please sign in to comment.