Skip to content

Commit 932e55b

Browse files
authoredJul 27, 2023
fix grouping for dependabot updates (#411)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 2a05b5c commit 932e55b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.changeset/great-bottles-hang.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

‎.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
dev-dependencies:
1111
patterns:
1212
- "@types/*"
13-
- "typescript-eslint/*"
13+
- "@typescript-eslint/*"
1414
- "eslint*"
1515
- "prettier"
1616
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)
Please sign in to comment.