Skip to content

Commit 741d2ef

Browse files
committed
add dependabot for gradle
1 parent fb07e2d commit 741d2ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ updates:
99
ignore:
1010
- dependency-name: "*"
1111
update-types: ["version-update:semver-patch"] # ignore patch updates
12+
13+
- package-ecosystem: "gradle"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
ignore:
18+
- dependency-name: "*"
19+
update-types: ["version-update:semver-patch"] # ignore patch updates

0 commit comments

Comments
 (0)