Skip to content

Commit 71bd2be

Browse files
authored
dependabot: Add JS client directories (#94)
#### Problem Dependabot is only configured for the top-level JS lockfile, but we have two other JS client libraries. #### Summary of changes Add their directories to the dependabot configuration.
1 parent caf79c5 commit 71bd2be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ updates:
1313
timezone: UTC
1414
open-pull-requests-limit: 6
1515
- package-ecosystem: npm
16-
directory: "/"
16+
directories:
17+
- "/"
18+
- "/clients/js"
19+
- "/clients/js-legacy"
1720
schedule:
1821
interval: daily
1922
time: "09:00"

0 commit comments

Comments
 (0)