From 13732308fb26da53590ad9c56db6b7bb3b498bd9 Mon Sep 17 00:00:00 2001 From: Nick Spaargaren <20847106+nickspaargaren@users.noreply.github.com> Date: Sun, 26 Jan 2025 03:13:14 +0100 Subject: [PATCH] Add dependabot config to keep bundle gems up to date (#2296) Co-authored-by: Nick Spaargaren --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 870faef74..e850af3b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: