Skip to content

Commit a2e7ef2

Browse files
authored
Fix dependabot (#253)
1 parent a43f9ed commit a2e7ef2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updates:
66
interval: "weekly"
77
open-pull-requests-limit: 10
88
groups:
9-
patterns:
10-
- "*"
9+
dependencies:
10+
patterns:
11+
- "*"
1112

1213
- package-ecosystem: "github-actions"
1314
directory: "/"
@@ -20,5 +21,6 @@ updates:
2021
- "dependencies"
2122
target-branch: "master"
2223
groups:
23-
patterns:
24+
dependencies:
25+
patterns:
2426
- "*"

0 commit comments

Comments
 (0)