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

feat: dependabot workflow automation for updating dependency
This commit is contained in:
Michael Eischer
2022-11-12 15:48:48 +01:00
committed by GitHub

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
ignore:
- dependency-name: "bazil.org/fuse"
- dependency-name: "golang.org/x/oauth2"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"