Skip to content

Commit 8ca4a5f

Browse files
committed
chore: Try dependabot root again
The previous configuration attempted to recursively run dependabot updates in isolation, and will not attempt to resolve relative paths defined in gemfiles. Fingers crossed that this works.
1 parent 500ecc3 commit 8ca4a5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: daily
8-
# Update all dependencies - scans recursively through all subdirectories
8+
# Update all dependencies - processes from root to handle path dependencies correctly
99
- package-ecosystem: bundler
10-
directories:
11-
- "**/*"
10+
directory: "/"
1211
schedule:
1312
interval: weekly
1413
ignore:

0 commit comments

Comments
 (0)