bidict/.github/dependabot.yml

14 lines
405 B
YAML

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