Skip to content

Commit eb59ad8

Browse files
authored
Merge pull request #371 from NatLabRockies/tui-dash-running-jobs
Tui dash running jobs
2 parents 7420e01 + adc1665 commit eb59ad8

15 files changed

Lines changed: 1133 additions & 620 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ updates:
55
schedule:
66
interval: weekly
77
groups:
8-
rust-patch-updates:
8+
# Single group for patch + minor so only one PR regenerates Cargo.lock.
9+
# Two separate groups produced competing PRs that flip-flopped transitive
10+
# versions (e.g. windows-sys) against each other on every rebase.
11+
rust-dependencies:
912
update-types:
1013
- patch
11-
rust-minor-updates:
12-
update-types:
1314
- minor
15+
ignore:
16+
# Transitive-only (no direct dependency); multiple major versions coexist
17+
# by design and it is cfg(windows)-gated. Let cargo's resolver pick it
18+
# instead of churning the lockfile with spurious 0.61 <-> 0.52 flips.
19+
- dependency-name: "windows-sys"
1420
# Major version bumps get individual PRs (they often have breaking changes)
1521
open-pull-requests-limit: 10
1622

0 commit comments

Comments
 (0)