Skip to content

Commit f968629

Browse files
fanninpmyouknowone
authored andcommitted
Add dependency groups to dependabot.yml
1 parent 40d418e commit f968629

File tree

1 file changed

+118
-1
lines changed

1 file changed

+118
-1
lines changed

.github/dependabot.yml

Lines changed: 118 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,131 @@
1+
# cspell:ignore manyhow tinyvec zeroize
12
version: 2
23
updates:
34
- package-ecosystem: cargo
45
directory: /
56
schedule:
67
interval: weekly
8+
groups:
9+
cranelift:
10+
patterns:
11+
- "cranelift*"
12+
criterion:
13+
patterns:
14+
- "criterion*"
15+
futures:
16+
patterns:
17+
- "futures*"
18+
get-size2:
19+
patterns:
20+
- "get-size*2"
21+
iana-time-zone:
22+
patterns:
23+
- "iana-time-zone*"
24+
jiff:
25+
patterns:
26+
- "jiff*"
27+
lexical:
28+
patterns:
29+
- "lexical*"
30+
libffi:
31+
patterns:
32+
- "libffi*"
33+
malachite:
34+
patterns:
35+
- "malachite*"
36+
manyhow:
37+
patterns:
38+
- "manyhow*"
39+
num:
40+
patterns:
41+
- "num-bigint"
42+
- "num-complex"
43+
- "num-integer"
44+
- "num-iter"
45+
- "num-rational"
46+
- "num-traits"
47+
num_enum:
48+
patterns:
49+
- "num_enum*"
50+
openssl:
51+
patterns:
52+
- "openssl*"
53+
parking_lot:
54+
patterns:
55+
- "parking_lot*"
56+
phf:
57+
patterns:
58+
- "phf*"
59+
plotters:
60+
patterns:
61+
- "plotters*"
62+
portable-atomic:
63+
patterns:
64+
- "portable-atomic*"
65+
pyo3:
66+
patterns:
67+
- "pyo3*"
68+
quote-use:
69+
patterns:
70+
- "quote-use*"
71+
rayon:
72+
patterns:
73+
- "rayon*"
74+
regex:
75+
patterns:
76+
- "regex*"
77+
result-like:
78+
patterns:
79+
- "result-like*"
80+
security-framework:
81+
patterns:
82+
- "security-framework*"
83+
serde:
84+
patterns:
85+
- "serde"
86+
- "serde_core"
87+
- "serde_derive"
88+
system-configuration:
89+
patterns:
90+
- "system-configuration*"
91+
thiserror:
92+
patterns:
93+
- "thiserror*"
94+
time:
95+
patterns:
96+
- "time*"
97+
tinyvec:
98+
patterns:
99+
- "tinyvec*"
100+
tls_codec:
101+
patterns:
102+
- "tls_codec*"
103+
toml:
104+
patterns:
105+
- "toml*"
106+
wasm-bindgen:
107+
patterns:
108+
- "wasm-bindgen*"
109+
wasmtime:
110+
patterns:
111+
- "wasmtime*"
112+
webpki-root:
113+
patterns:
114+
- "webpki-root*"
115+
windows:
116+
patterns:
117+
- "windows*"
118+
zerocopy:
119+
patterns:
120+
- "zerocopy*"
121+
zeroize:
122+
patterns:
123+
- "zeroize*"
7124
ignore:
8125
# TODO: Remove when we use ruff from crates.io
9126
# for some reason dependabot only updates the Cargo.lock file when dealing
10127
# with git dependencies. i.e. not updating the version in Cargo.toml
11-
- dependency-name: "ruff_*"
128+
- dependency-name: "ruff_*"
12129
- package-ecosystem: github-actions
13130
directory: /
14131
schedule:

0 commit comments

Comments
 (0)