Skip to content

Commit 7a269b9

Browse files
authored
Update dependabot.yml
1 parent 4bc4fef commit 7a269b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "gradle"
3+
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
66
interval: "weekly"
77
groups:
8-
all:
8+
maven-deps:
99
patterns:
1010
- "*"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
1414
interval: "weekly"
1515
groups:
16-
all:
16+
gh-actions:
1717
patterns:
1818
- "*"

0 commit comments

Comments
 (0)