Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent cbb2873 commit a13b27c
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
],
matchPackageNames: [
'futures',
],
matchPackagePrefixes: [
'futures-',
'futures_',
'futures-{/,}**',
'futures_{/,}**',
],
},
{
Expand All @@ -37,10 +35,8 @@
],
matchPackageNames: [
'serde',
],
matchPackagePrefixes: [
'serde-',
'serde_',
'serde-{/,}**',
'serde_{/,}**',
],
},
{
Expand All @@ -49,9 +45,9 @@
matchManagers: [
'cargo',
],
matchSourceUrlPrefixes: [
'https://github.com/hyperium/tonic',
'https://github.com/tokio-rs/prost',
matchSourceUrls: [
'https://github.com/hyperium/tonic{/,}**',
'https://github.com/tokio-rs/prost{/,}**',
],
},
{
Expand All @@ -60,12 +56,12 @@
matchManagers: [
'cargo',
],
matchSourceUrlPrefixes: [
'https://github.com/tokio-rs/tracing',
matchSourceUrls: [
'https://github.com/tokio-rs/tracing{/,}**',
],
matchPackagePrefixes: [
'tracing-',
'tracing_',
matchPackageNames: [
'tracing-{/,}**',
'tracing_{/,}**',
],
},
{
Expand All @@ -74,8 +70,8 @@
matchManagers: [
'cargo',
],
matchSourceUrlPrefixes: [
'https://github.com/alloy-rs/core',
matchSourceUrls: [
'https://github.com/alloy-rs/core{/,}**',
],
},
{
Expand All @@ -86,9 +82,7 @@
],
matchPackageNames: [
'async-graphql',
],
matchPackagePrefixes: [
'async-graphql-',
'async-graphql-{/,}**',
],
},
],
Expand Down

0 comments on commit a13b27c

Please sign in to comment.