Skip to content

Commit 4fb93bc

Browse files
author
crushingismybusiness
committed
Add gradle to dependabot
1 parent 23fa3fb commit 4fb93bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ updates:
1515
interval: "monthly"
1616
open-pull-requests-limit: 25
1717

18+
# Java
19+
- package-ecosystem: "gradle" # See documentation for possible values
20+
directory: "/" # Location of package manifests
21+
schedule:
22+
interval: "monthly"
23+
open-pull-requests-limit: 25
24+
1825
# GitHub Actions
1926
- package-ecosystem: "github-actions"
2027
directory: ".github/workflows"

0 commit comments

Comments
 (0)