mirror of https://github.com/jab/bidict.git
14 lines
431 B
YAML
14 lines
431 B
YAML
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
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"
|