restic/.github/dependabot.yml

17 lines
429 B
YAML

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"