Skip to content

Commit 77c52e0

Browse files
authored
🔧 update dependabot configuration to group npm package updates (#806)
1 parent 1be55d2 commit 77c52e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ updates:
1010
- "dependencies"
1111
- "automated pr"
1212
- "skillz-app"
13+
groups:
14+
app-packages:
15+
patterns:
16+
- "*"
17+
update-types:
18+
- "minor"
19+
- "patch"
1320

1421
# Manifest of Skillz slack bot
1522
- package-ecosystem: "npm"
@@ -21,3 +28,10 @@ updates:
2128
- "dependencies"
2229
- "automated pr"
2330
- "skillz-bot"
31+
groups:
32+
bot-packages:
33+
patterns:
34+
- "*"
35+
update-types:
36+
- "minor"
37+
- "patch"

0 commit comments

Comments
 (0)