From ada07cc1360e1c73ae86f8d443d23463aa12f6a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:04:47 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7b5a89919..b081a2600 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -98,20 +98,24 @@ ], }, { - "matchUpdateTypes": ["patch"], - "automerge": true + matchUpdateTypes: [ + 'patch', + ], + automerge: true, }, { - "matchUpdateTypes": ["minor"], - "matchCurrentVersion": "!/^0/", - "automerge": true + matchUpdateTypes: [ + 'minor', + ], + matchCurrentVersion: '!/^0/', + automerge: true, }, ], customManagers: [ { customType: 'regex', - fileMatch: [ - '^rust-toolchain(\\.toml)?$', + managerFilePatterns: [ + '/^rust-toolchain(\\.toml)?$/', ], matchStrings: [ 'channel\\s*=\\s*"(?\\d+\\.\\d+\\.\\d+)"',