Skip to content

Commit 3e66199

Browse files
revert: Bad dependabot config (#1720)
* revert: Fix dependabot syntax error (#1719) This reverts commit 60a630c. * revert: Configure Dependabot to update recursively (#1718) This reverts commit 2db52ff.
1 parent 60a630c commit 3e66199

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)