Skip to content

Commit ff04aa6

Browse files
authored
chore: make dependabot update nested lock files as well (#275)
Found that dependabot wasn't bumping Ruby SDK lockfile. Adding ruby-sdk directory explicitly should fix that. Note that this does remove root directory, so the root lockfile will not get updated. That should be fine as it is unused for releases (and we should probably remove it altogether libraries shouldn't normally have lockfiles committed).
1 parent 161fb42 commit ff04aa6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ updates:
1111
interval: "daily"
1212

1313
- package-ecosystem: cargo
14-
directory: "/"
14+
directories:
15+
- "/eppo_core"
16+
- "/rust-sdk"
17+
- "/python-sdk"
18+
- "/ruby-sdk"
19+
- "/elixir-sdk"
1520
schedule:
1621
interval: "weekly"
1722

18-
1923
- package-ecosystem: pip
2024
directory: "/python-sdk"
2125
schedule:

0 commit comments

Comments
 (0)