mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-06 17:57:40 +02:00
40 lines
822 B
YAML
40 lines
822 B
YAML
version: 2
|
|
multi-ecosystem-groups:
|
|
all-dependencies:
|
|
schedule:
|
|
interval: daily
|
|
timezone: Europe/London
|
|
open-pull-requests-limit: 10
|
|
target-branch: master
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
timezone: Europe/London
|
|
cooldown:
|
|
default-days: 7
|
|
patterns: ["*"]
|
|
multi-ecosystem-group: all-dependencies
|
|
- package-ecosystem: uv
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
timezone: Europe/London
|
|
cooldown:
|
|
default-days: 7
|
|
patterns: ["*"]
|
|
multi-ecosystem-group: all-dependencies
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 7
|
|
patterns: ["*"]
|
|
multi-ecosystem-group: all-dependencies
|