Skip to content

Commit 0254f61

Browse files
committed
fix dependabot.yml
1 parent cab87c5 commit 0254f61

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ 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+
name: 'All dependencies'
12+
update-types:
13+
- "major"
14+
- "minor"
15+
- "patch"

0 commit comments

Comments
 (0)