Skip to content

Commit 75db02d

Browse files
committed
fix dependabot.yml
1 parent cab87c5 commit 75db02d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
open-pull-requests-limit: 20
88
rebase-strategy: auto
99
groups:
10-
all:
11-
name: 'All dependencies'
12-
update_types: [all]
10+
all:
11+
patterns:
12+
- "*"
13+
update-types:
14+
- "major"
15+
- "minor"
16+
- "patch"

0 commit comments

Comments
 (0)