goose/.github/dependabot.yml

22 lines
458 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
assignees:
- "mfridman"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
assignees:
- "mfridman"
ignore:
# For deps, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]