bridgy-fed/.github/dependabot.yml

11 wiersze
286 B
YAML

# GitHub Dependabot config
# https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"