theHarvester/.github/dependabot.yml

22 lines
473 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
timezone: Europe/London
open-pull-requests-limit: 10
target-branch: dev
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: pip
directory: "/requirements"
schedule:
interval: daily
timezone: Europe/London
open-pull-requests-limit: 10
target-branch: dev
allow:
- dependency-type: direct
- dependency-type: indirect