bidict/.github/dependabot.yml

10 lines
297 B
YAML

# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"