Merge pull request #5517 from Rajpratik71/Rajpratik71-patch-1

feat: dependabot workflow automation for updating dependency
This commit is contained in:
lyndon
2022-11-04 10:09:05 +08:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"