Files
trailofbits-dropkit/.github/dependabot.yml
T
2026-01-29 21:53:58 -05:00

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:
- "*"