Skip to content

Commit

Permalink
Dependabot Updates (#130)
Browse files Browse the repository at this point in the history
* Update dependabot typescript eslint grouping.

* Remove react-query ignore from dependabot.
  • Loading branch information
jbouder authored Feb 26, 2024
1 parent 9accf04 commit 47b6c8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/parser"
ignore:
- dependency-name: react
versions:
Expand All @@ -20,4 +25,3 @@ updates:
- dependency-name: "@types/react-dom"
versions:
- ">=18.2.0"
- dependency-name: "@tanstack/react-query"

0 comments on commit 47b6c8e

Please sign in to comment.