fleet/.github/dependabot.yml
2022-03-16 16:00:22 -04:00

11 lines
213 B
YAML

# Basic set up starting with github actions only
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"