mirror of
https://github.com/nushell/nushell
synced 2025-01-26 11:55:20 +00:00
Group dependabot bumps for uutils/coreutils (#13346)
Similar to #13084 for polars. This familiy of crates has shared versioning and tends to at least depend on the same `uucore` crate.
This commit is contained in:
parent
f65bc97a54
commit
9fec5883c0
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -26,6 +26,13 @@ updates:
|
||||||
patterns:
|
patterns:
|
||||||
- "polars"
|
- "polars"
|
||||||
- "polars-*"
|
- "polars-*"
|
||||||
|
# uutils/coreutils also versions all their workspace crates the same at the moment
|
||||||
|
# Most of them have bleeding edge version requirements (some not)
|
||||||
|
# see: https://github.com/uutils/coreutils/blob/main/Cargo.toml
|
||||||
|
uutils:
|
||||||
|
patterns:
|
||||||
|
- "uucore"
|
||||||
|
- "uu_*"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in a new issue