go-screenshot/.github/dependabot.yml

15 lines
293 B
YAML
Raw Permalink Normal View History

2021-07-17 22:11:04 +00:00
version: 2
updates:
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"