mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
24 lines
529 B
YAML
24 lines
529 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7 # Supply chain protection: wait for community vetting
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7 # Supply chain protection: wait for community vetting
|
|
groups:
|
|
python-dependencies:
|
|
patterns:
|
|
- "*"
|