Skip to content

Commit 258da2d

Browse files
authored
dependabot: Add js-legacy and python clients (#34)
#### Problem The dependabot config on the repo only looks at the top-level lockfile, which means that the js-legacy client isn't updated. #### Summary of changes Add the js-legacy client to the dependabot config. At the same time, add the python client.
1 parent f5247b9 commit 258da2d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ updates:
1313
timezone: UTC
1414
open-pull-requests-limit: 6
1515
- package-ecosystem: npm
16-
directory: "/"
16+
directories:
17+
- "/"
18+
- "/clients/js-legacy"
19+
schedule:
20+
interval: daily
21+
time: "09:00"
22+
timezone: UTC
23+
open-pull-requests-limit: 6
24+
- package-ecosystem: pip
25+
directory: "/clients/py"
1726
schedule:
1827
interval: daily
1928
time: "09:00"

0 commit comments

Comments
 (0)