From 6a6d774748837550831509f0a3f146712c5ca9e0 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 26 Feb 2025 10:01:47 +0100 Subject: [PATCH] Enable Dependabot for Ruby deps too --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 882757d..f2579ab 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: weekly + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: weekly