Files
matchbox/.github/dependabot.yaml
Dalton Hubble 287884436e Add dependabot to watch GitHub Actions for updates
* Update GitHub Workflows when GitHub Actions when they have
new releases
2023-12-21 21:19:12 -08:00

19 lines
337 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly