Skip to content

Commit

Permalink
feat(renovate): add eslint package grouping
Browse files Browse the repository at this point in the history
Included the 'packages:eslint' preset in the Renovate configuration.
This ensures ESLint-related dependencies are grouped, improving
clarity and management of updates.
  • Loading branch information
suddenlyGiovanni committed Dec 17, 2024
1 parent cbf7e13 commit e4a39c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'workarounds:all',
':followTag(typescript, rc)',
'schedule:earlyMondays',
'packages:eslint'
],
npmrcMerge: true,
hostRules: [
Expand Down

0 comments on commit e4a39c8

Please sign in to comment.