Skip to content

Commit c53b526

Browse files
committed
Add groups to dependabot.yml
1 parent 84fab3f commit c53b526

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'github-actions'
4-
directory: '/'
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
55
schedule:
6-
interval: 'daily'
7-
- package-ecosystem: 'npm'
8-
directory: '/'
6+
interval: "daily"
7+
- package-ecosystem: "npm"
8+
directory: "/"
99
schedule:
10-
interval: 'weekly'
10+
interval: "weekly"
11+
groups:
12+
eslint:
13+
patterns:
14+
- "eslint"
15+
- "@eslint/*"
16+
- "@typescript-eslint/*"
17+
fig:
18+
patterns:
19+
- "@fig/*"
20+
- "@withfig/*"

0 commit comments

Comments
 (0)