chore: set package ecosystem of dependabot (#572)
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
This commit is contained in:
parent
0720cef5ea
commit
66008a7b1e
|
@ -5,7 +5,11 @@
|
|||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "" # See documentation for possible values
|
||||
- package-ecosystem: "gomod" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/console/atest-ui" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
Loading…
Reference in New Issue