aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 556ccc5..998ee1a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -68,3 +68,12 @@ updates:
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