Skip to content

Commit

Permalink
deps: fix typescript-eslint group pattern [skip_ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Aug 5, 2024
1 parent fcf0787 commit 8f6c6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
ignore:
- dependency-name: "@types/node"
versions:
- "> 20.0.0" # until 22 is lts
- ">20.0.0" # until 22 is lts

groups:
nextjs:
Expand All @@ -31,7 +31,7 @@ updates:
- "prettier*"
- "stylelint*"
- "postcss*"
- "typescript-eslint/*"
- "@typescript-eslint/*"
- "lint-staged"

types:
Expand Down

0 comments on commit 8f6c6a7

Please sign in to comment.