Skip to content

Commit ae3b624

Browse files
committed
fix: update dependabot configuration
Signed-off-by: hlts2 <[email protected]>
1 parent b517bf9 commit ae3b624

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/dependabot-cli.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,9 @@ job:
88
patterns:
99
- "*"
1010
source:
11-
directory: "/"
11+
directories:
12+
- "*"
13+
- "./example"
14+
- "./example-ts"
1215
provider: github
1316
repo: vdaas/vald-client-node
14-
# input:
15-
# job:
16-
# package-manager: npm_and_yarn
17-
# allowed-updates:
18-
# - update-type: all
19-
# dependency-groups:
20-
# - name: npm
21-
# rules:
22-
# patterns:
23-
# - "*"
24-
# source:
25-
# directory: "*"
26-
# provider: github
27-
# repo: vdaas/vald-client-node

0 commit comments

Comments
 (0)