From 5085564995d957e598c3db59eec509523dcaa2d1 Mon Sep 17 00:00:00 2001 From: lenucksi Date: Tue, 25 Nov 2025 11:12:08 +0100 Subject: [PATCH] Update dependabot.yml Keeps producing ruby security warnings that seem to be outdated versions https://github.com/InnerSourceCommons/InnerSourcePatterns/security/dependabot/40 for the book scripts. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..75bc9cd61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly"