| 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 |