Files
go-winio/.github/dependabot.yml
T
2023-05-11 13:36:45 -04:00

16 lines
372 B
YAML

# reference:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"