From 35de712478a1789c2438953a32f542872bf8ca2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:00:04 +0000 Subject: [PATCH] chore(config): migrate config renovate.json5 --- renovate.json5 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 4ba52531..ed85e611 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -5,13 +5,13 @@ customManagers: [ { customType: 'regex', - fileMatch: [ - '^rust-toolchain\\.toml$', - 'Cargo.toml$', - 'clippy.toml$', - '\\.clippy.toml$', - '^\\.github/workflows/ci.yml$', - '^\\.github/workflows/rust-next.yml$', + managerFilePatterns: [ + '/^rust-toolchain\\.toml$/', + '/Cargo.toml$/', + '/clippy.toml$/', + '/\\.clippy.toml$/', + '/^\\.github/workflows/ci.yml$/', + '/^\\.github/workflows/rust-next.yml$/', ], matchStrings: [ 'MSRV.*?(?\\d+\\.\\d+(\\.\\d+)?)', @@ -41,7 +41,7 @@ matchDepTypes: [ 'build-dependencies', 'dependencies', - 'workspace.dependencies' + 'workspace.dependencies', ], matchCurrentVersion: '>=0.1.0', matchUpdateTypes: [ @@ -56,12 +56,12 @@ matchDepTypes: [ 'build-dependencies', 'dependencies', - 'workspace.dependencies' + 'workspace.dependencies', ], matchCurrentVersion: '>=1.0.0', matchUpdateTypes: [ 'minor', - 'patch' + 'patch', ], enabled: false, }, @@ -89,7 +89,7 @@ matchCurrentVersion: '>=1.0.0', matchUpdateTypes: [ 'minor', - 'patch' + 'patch', ], automerge: true, groupName: 'compatible (dev)',