snappass/.github/dependabot.yml
Jon Parise 3c379339dd
Configure automatic Dependabot version updates (#151)
This is enabled for GitHub Actions and Python packages.
2022-05-17 10:37:38 -07:00

11 lines
208 B
YAML

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