Skip to content

Commit 2db52ff

Browse files
chore: Configure Dependabot to update recursively (#1718)
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
1 parent b1fe968 commit 2db52ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ updates:
66
schedule:
77
interval: daily
88
- package-ecosystem: bundler
9-
directory: "/"
9+
directories: "**/*"
1010
schedule:
1111
interval: weekly
12-
groups:
13-
all-gems:
14-
patterns:
15-
- "**/Gemfile"

0 commit comments

Comments
 (0)