Browse Source
Weekly schedule (Mondays), 7-day cooldown, grouped updates to keep PR noise low. Actions updates prefixed `ci`, Cargo prefixed `deps`. Major version bumps for Cargo crates are ignored - those are for manualreview given they can introduce breaking API or behaviour changes.pull/6987/head
1 changed files with 39 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||
|
version: 2 |
||||
|
updates: |
||||
|
- package-ecosystem: "github-actions" |
||||
|
directory: "/" |
||||
|
schedule: |
||||
|
interval: "weekly" |
||||
|
day: "monday" |
||||
|
time: "06:00" |
||||
|
timezone: "Europe/Amsterdam" |
||||
|
open-pull-requests-limit: 10 |
||||
|
cooldown: |
||||
|
days: 7 |
||||
|
groups: |
||||
|
github-actions: |
||||
|
patterns: |
||||
|
- "*" |
||||
|
commit-message: |
||||
|
prefix: "ci" |
||||
|
|
||||
|
- package-ecosystem: "cargo" |
||||
|
directory: "/" |
||||
|
schedule: |
||||
|
interval: "weekly" |
||||
|
day: "monday" |
||||
|
time: "06:00" |
||||
|
timezone: "Europe/Amsterdam" |
||||
|
open-pull-requests-limit: 10 |
||||
|
cooldown: |
||||
|
days: 7 |
||||
|
groups: |
||||
|
cargo-dependencies: |
||||
|
patterns: |
||||
|
- "*" |
||||
|
commit-message: |
||||
|
prefix: "deps" |
||||
|
ignore: |
||||
|
# Ignore major version bumps — review these manually |
||||
|
- dependency-name: "*" |
||||
|
update-types: ["version-update:semver-major"] |
||||
Loading…
Reference in new issue