Skip to content

Commit

Permalink
chore: set package ecosystem of dependabot (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick <[email protected]>
  • Loading branch information
LinuxSuRen authored Dec 12, 2024
1 parent 0720cef commit 66008a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 66008a7

Please sign in to comment.