aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/dependabot.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 317b202..998ee1a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -50,3 +50,30 @@ updates:
applies-to: version-updates
patterns:
- "*"
+ - package-ecosystem: "gradle"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ jvm-dependencies:
+ applies-to: version-updates
+ patterns:
+ - "*"
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ golang-dependencies:
+ applies-to: version-updates
+ patterns:
+ - "*"
+ - package-ecosystem: "bundler"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ ruby-dependencies:
+ applies-to: version-updates
+ patterns:
+ - "*" \ No newline at end of file