Skip to content

Commit 4d3e130

Browse files
authored
chore: Group Dependabot Updates into single PR (#75)
1 parent bf75e07 commit 4d3e130

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
all-dependencies:
10+
patterns:
11+
- "*"
12+
# Strawberry is an internal dependency,
13+
# let's keep an additional eye on this
14+
exclude-patterns:
15+
- "strawberry-graphql"
816
allow:
917
- dependency-type: direct
1018
ignore:

0 commit comments

Comments
 (0)