bidict/.github/dependabot.yml

14 lines
431 B
YAML
Raw Normal View History

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2020-12-20 12:29:00 +00:00
version: 2
updates:
- package-ecosystem: "pip"
2022-03-10 14:58:50 +00:00
open-pull-requests-limit: 1
2020-12-20 12:29:00 +00:00
directory: "/requirements"
schedule:
2021-04-18 15:01:16 +00:00
interval: "monthly"
- package-ecosystem: "github-actions"
2022-03-10 14:58:50 +00:00
open-pull-requests-limit: 1
directory: "/.github/workflows"
schedule:
interval: "monthly"