Skip to content

Commit 66008a7

Browse files
authored
chore: set package ecosystem of dependabot (#572)
Signed-off-by: Rick <[email protected]>
1 parent 0720cef commit 66008a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
8+
- package-ecosystem: "gomod" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "npm" # See documentation for possible values
13+
directory: "/console/atest-ui" # Location of package manifests
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)