plainoldrecipe/.github/dependabot.yml
2021-03-12 09:41:26 -05:00

12 lines
317 B
YAML

version: 2
updates:
# Enable version updates for pip
- package-ecosystem: "pip"
# Look for `requirements.txt` in the `root` directory
directory: "/"
# Check the PyPI registry for updates every day (weekdays)
schedule:
interval: "daily"
allow:
- dependency-name: "recipe-scrapers"