feat: use dependabot for goctl (#2869)

* feat: use dependabot for goctl

* chore: add more tests

* chore: remove temp file
This commit is contained in:
Kevin Wan
2023-02-11 16:32:28 +08:00
committed by GitHub
parent ea7dab3d26
commit 99a7e6600d
3 changed files with 23 additions and 1 deletions

View File

@@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/tools/goctl" # Location of package manifests
schedule:
interval: "daily"