blob: f94edf58eafc4d7a80176de53e068544573a9873 [file] [edit]
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directories:
- "/"
- "/.github/actions/*/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/New_York"
open-pull-requests-limit: 1024
cooldown:
default-days: 7
- 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: uv
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