sqlmodel/.github/dependabot.yml

13 lines
233 B
YAML
Raw Normal View History

2021-08-24 14:23:54 +00:00
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Python
2021-08-24 14:23:54 +00:00
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"