Skip to content

Commit 19c4439

Browse files
authored
Merge pull request #99 from kbase/sdkdev
Add gradle to dependabot
2 parents 523eef4 + 4fb93bc commit 19c4439

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)