Skip to content

Commit 7384b1f

Browse files
chore(config): migrate renovate config (#279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b9adcf commit 7384b1f

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

.github/renovate.json5

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
],
2424
matchPackageNames: [
2525
'futures',
26-
],
27-
matchPackagePrefixes: [
28-
'futures-',
29-
'futures_',
26+
'futures-{/,}**',
27+
'futures_{/,}**',
3028
],
3129
},
3230
{
@@ -37,10 +35,8 @@
3735
],
3836
matchPackageNames: [
3937
'serde',
40-
],
41-
matchPackagePrefixes: [
42-
'serde-',
43-
'serde_',
38+
'serde-{/,}**',
39+
'serde_{/,}**',
4440
],
4541
},
4642
{
@@ -49,9 +45,9 @@
4945
matchManagers: [
5046
'cargo',
5147
],
52-
matchSourceUrlPrefixes: [
53-
'https://github.com/hyperium/tonic',
54-
'https://github.com/tokio-rs/prost',
48+
matchSourceUrls: [
49+
'https://github.com/hyperium/tonic{/,}**',
50+
'https://github.com/tokio-rs/prost{/,}**',
5551
],
5652
},
5753
{
@@ -60,12 +56,12 @@
6056
matchManagers: [
6157
'cargo',
6258
],
63-
matchSourceUrlPrefixes: [
64-
'https://github.com/tokio-rs/tracing',
59+
matchSourceUrls: [
60+
'https://github.com/tokio-rs/tracing{/,}**',
6561
],
66-
matchPackagePrefixes: [
67-
'tracing-',
68-
'tracing_',
62+
matchPackageNames: [
63+
'tracing-{/,}**',
64+
'tracing_{/,}**',
6965
],
7066
},
7167
{
@@ -74,8 +70,8 @@
7470
matchManagers: [
7571
'cargo',
7672
],
77-
matchSourceUrlPrefixes: [
78-
'https://github.com/alloy-rs/core',
73+
matchSourceUrls: [
74+
'https://github.com/alloy-rs/core{/,}**',
7975
],
8076
},
8177
{
@@ -86,9 +82,7 @@
8682
],
8783
matchPackageNames: [
8884
'async-graphql',
89-
],
90-
matchPackagePrefixes: [
91-
'async-graphql-',
85+
'async-graphql-{/,}**',
9286
],
9387
},
9488
{
@@ -99,9 +93,7 @@
9993
],
10094
matchPackageNames: [
10195
'build-info',
102-
],
103-
matchPackagePrefixes: [
104-
'build-info-',
96+
'build-info-{/,}**',
10597
],
10698
},
10799
],

0 commit comments

Comments
 (0)