Skip to content

Commit f7e92db

Browse files
authored
chore(deps): remove subdirectories from dependabot (#98)
Dependabot seems to discover subdirectories just fine and opened duplicates (e.g., #97 and #94)
1 parent f7352fa commit f7e92db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ updates:
1111
interval: "daily"
1212

1313
- package-ecosystem: cargo
14-
directories:
15-
- "/"
16-
- "/eppo_core"
17-
- "/rust-sdk"
18-
- "/python-sdk"
19-
- "/ruby-sdk/ext/eppo_client"
14+
directory: "/"
2015
schedule:
2116
interval: "weekly"
2217

0 commit comments

Comments
 (0)