Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 18c2a88

Browse files
authored
chore: add gradle dependency check (#727)
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 50c2797 commit 18c2a88

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Set update schedule for GitHub Actions
1+
# Set update schedule for GitHub Actions and Gradle dependencies
22

33
version: 2
44
updates:
5-
5+
# Updates for Github Actions
66
- package-ecosystem: "github-actions"
77
directory: "/"
88
schedule:
9-
# Check for updates to GitHub Actions every week
109
interval: "weekly"
10+
# Updates for Gradle dependencies
11+
- package-ecosystem: "gradle"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)