From e2e77f1736200c708d9b5ccb711a0cda7acc05c6 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Sat, 4 Oct 2025 09:04:36 -0500 Subject: [PATCH] chore: Configure Dependabot to update recursively The gemspecs dependencies are currently not being updated automatically by dependabot. This change uses recursive directories instead of only updating the root Gemfile. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/controlling-dependencies-updated#defining-multiple-locations-for-manifest-files --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2b3977782..bfa7966420 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,6 @@ updates: schedule: interval: daily - package-ecosystem: bundler - directory: "/" + directories: "**/*" schedule: interval: weekly - groups: - all-gems: - patterns: - - "**/Gemfile"