mirror of
https://github.com/nushell/nushell.git
synced 2025-04-23 20:58:19 +02: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
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 New Issue
Block a user