Skip to content

Commit

Permalink
Merge pull request #308 from acs3ss/dependabot-grouped-ts-eslint-updates
Browse files Browse the repository at this point in the history
Group typescript-eslint updates
  • Loading branch information
50Wliu committed Jul 9, 2023
2 parents 155b3a7 + 6052530 commit 39ac4a7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# @typescript-eslnt publishes new updates every Monday:
# https://typescript-eslint.io/maintenance/releases#latest
# Since we use multiple packages that need to be kept in sync with each other,
# check for updates on Tuesday instead to avoid mismatched versions.
# Remove after https://github.com/dependabot/dependabot-core/issues/1296 is implemented.
day: "tuesday"
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Parity with npm.
day: "tuesday"

0 comments on commit 39ac4a7

Please sign in to comment.