We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b517bf9 commit ae3b624Copy full SHA for ae3b624
.github/dependabot-cli.yaml
@@ -8,20 +8,9 @@ job:
8
patterns:
9
- "*"
10
source:
11
- directory: "/"
+ directories:
12
+ - "*"
13
+ - "./example"
14
+ - "./example-ts"
15
provider: github
16
repo: vdaas/vald-client-node
-# input:
-# job:
-# 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