mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
27 lines
No EOL
592 B
YAML
27 lines
No EOL
592 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
timezone: Europe/London
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
timezone: Europe/London
|
|
open-pull-requests-limit: 10
|
|
target-branch: master
|
|
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: master
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect |