mirror of https://github.com/restic/restic.git
chore: ignore upgrade for 'bazil/fuse' and 'golang.org/x/oauth2'
This commit is contained in:
parent
df614fff26
commit
bef1064b8e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue