Skip to content

Commit a7ea01a

Browse files
authored
Change dependency groups (RustPython#7665)
* Add `ahash` to `random` group * Add `unix` group with `nix`, `mac_address`, and `rustyline`
1 parent cbfb313 commit a7ea01a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ updates:
8282
- "quote-use*"
8383
random:
8484
patterns:
85+
- "ahash"
8586
- "getrandom"
8687
- "mt19937"
8788
- "rand*"
@@ -120,6 +121,11 @@ updates:
120121
toml:
121122
patterns:
122123
- "toml*"
124+
unix:
125+
patterns:
126+
- "mac_address"
127+
- "nix"
128+
- "rustyline"
123129
wasm-bindgen:
124130
patterns:
125131
- "wasm-bindgen*"

0 commit comments

Comments
 (0)