We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 523eef4 + 4fb93bc commit 19c4439Copy full SHA for 19c4439
.github/dependabot.yml
@@ -15,6 +15,13 @@ updates:
15
interval: "monthly"
16
open-pull-requests-limit: 25
17
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
+
25
# GitHub Actions
26
- package-ecosystem: "github-actions"
27
directory: ".github/workflows"
0 commit comments