Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Dec 19, 2024
1 parent d657786 commit 86cb851
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
// Group all eslint related packages
groupName: 'eslint',
matchPackageNames: [
'/^eslint$/',
'/^typescript-eslint$/',
'/^eslint-*/',
'/^@eslint*/',
'/^(@types\/)?(typescript-)?@?eslint([-\/][\w-]*)?$/',
],
},
{
Expand Down Expand Up @@ -133,6 +130,7 @@
matchPackageNames: [
'!/(?:^|/)node$/',
'!/^@stanlemon/',
'!/^(@types\/)?(typescript-)?@?eslint([-\/][\w-]*)?$/',
],
},
],
Expand Down

0 comments on commit 86cb851

Please sign in to comment.