fastapi/.github/dependabot.yml
Sebastián Ramírez 1d5bbe5552
👷 Add Dependabot (#5128)
2022-07-12 18:53:38 +02:00

12 lines
233 B
YAML

version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"