From 992a40b893e0c711071987511042f543bf1551f4 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:11:33 +0200 Subject: [PATCH 1/2] Update .renovaterc.json5 --- .renovaterc.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 8850cea9..5a19504c 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -14,6 +14,7 @@ ], lockFileMaintenance: { enabled: true, + schedule: null, }, packageRules: [ { @@ -62,4 +63,5 @@ packageNameTemplate: "rust-lang/rust", }, ], + schedule: null, } From be01afa2665b767720edff15b5011da6f4aac8de Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:13:21 +0200 Subject: [PATCH 2/2] Update .renovaterc.json5 --- .renovaterc.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 5a19504c..fd386286 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -56,8 +56,8 @@ "^src/lib\\.rs$", ], matchStrings: [ - "^msrv = \"(?\\d+\\.\\d+\\.\\d+)\"$", - "^rust-version = \"(?\\d+\\.\\d+\\.\\d+)\"$", + "msrv.*?(?\\d+\\.\\d+\\.\\d+)", + "rust-version.*?(?\\d+\\.\\d+\\.\\d+)", "MSRV-(?\\d+\\.\\d+\\.\\d+)-green", ], packageNameTemplate: "rust-lang/rust",