sqlmodel/.github/dependabot.yml
2022-08-27 20:39:53 +02:00

13 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"