mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
35 lines
802 B
YAML
35 lines
802 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directories:
|
|
- "/"
|
|
- "/.github/actions/*/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
# Also update indirect dependencies
|
|
- dependency-type: all
|
|
open-pull-requests-limit: 1024
|
|
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- "/"
|
|
- "/.github/requirements/"
|
|
schedule:
|
|
interval: daily
|
|
time: "06:00"
|
|
timezone: "America/New_York"
|
|
allow:
|
|
# Also update indirect dependencies
|
|
- dependency-type: all
|
|
open-pull-requests-limit: 1024
|