mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
14 lines
327 B
YAML
14 lines
327 B
YAML
version: 2
|
|
updates:
|
|
# Dependencies listed in go.mod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "monthly"
|
|
|
|
# Dependencies listed in .github/workflows/*.yml
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|