chore: ignore upgrade for 'bazil/fuse' and 'golang.org/x/oauth2'

This commit is contained in:
Pratik Raj 2022-11-12 19:39:16 +05:30 committed by GitHub
parent df614fff26
commit bef1064b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -4,10 +4,13 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
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: "weekly"
interval: "monthly"