Skip to content

Commit a00d7b9

Browse files
JordonPhillipskstich
authored andcommitted
Add dependabot config for Java deps
This adds a dependabot configuration for our Java dependencies.
1 parent f5a403c commit a00d7b9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "weekly"
7+
- package-ecosystem: "gradle"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
day: "wednesday"
12+
groups:
13+
gradle:
14+
update-types:
15+
- "minor"
16+
- "patch"

0 commit comments

Comments
 (0)