From 00d591c197a29deabc143afbdd68200ec87a3db0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:24:30 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 284c355..cf0982b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,10 +23,8 @@ ], matchPackageNames: [ 'futures', - ], - matchPackagePrefixes: [ - 'futures-', - 'futures_', + 'futures-{/,}**', + 'futures_{/,}**', ], }, { @@ -37,10 +35,8 @@ ], matchPackageNames: [ 'serde', - ], - matchPackagePrefixes: [ - 'serde-', - 'serde_', + 'serde-{/,}**', + 'serde_{/,}**', ], }, { @@ -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{/,}**', ], }, { @@ -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_{/,}**', ], }, { @@ -74,8 +70,8 @@ matchManagers: [ 'cargo', ], - matchSourceUrlPrefixes: [ - 'https://github.com/alloy-rs/core', + matchSourceUrls: [ + 'https://github.com/alloy-rs/core{/,}**', ], }, { @@ -86,9 +82,7 @@ ], matchPackageNames: [ 'async-graphql', - ], - matchPackagePrefixes: [ - 'async-graphql-', + 'async-graphql-{/,}**', ], }, ],