Skip to content

Commit 18db3d8

Browse files
committed
Group NPM @types updates
Since they're non-breaking, developer-only.
1 parent 0c772ef commit 18db3d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ updates:
77
interval: weekly
88
open-pull-requests-limit: 10
99
groups:
10-
ESLint:
10+
eslint:
1111
patterns:
1212
- "esbuild"
1313
- "eslint"
1414
- "@typescript-eslint/*"
15+
types:
16+
patterns:
17+
- "@types/*"
1518
ignore:
1619
- dependency-name: "untildify"
1720
versions: ["5.x"]

0 commit comments

Comments
 (0)