forked from TrueCloudLab/restic
bcdfc2a8ea
Our minimum go version is new enough to allow updating the library.
15 lines
381 B
YAML
15 lines
381 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"
|
|
|
|
# Dependencies listed in .github/workflows/*.yml
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|