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
commit bbd180ae21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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"