From d8e4030d7d31146e3bf51e90ebee8fdf3e04c657 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Fri, 5 Dec 2025 07:45:29 +0100 Subject: [PATCH] update renovate config to reflect CI changes --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 147eee8..aaa593c 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,7 @@ "digest" ], "matchPackageNames": [ - "/^actions/checkout/" + "/^https://code.forgejo.org/actions/checkout" ] }, { @@ -30,7 +30,7 @@ "digest" ], "matchPackageNames": [ - "/^https://github.com/oxsecurity/megalinter/" + "/^https://github.com/super-linter/super-linter" ] }, { @@ -40,7 +40,7 @@ "digest" ], "matchPackageNames": [ - "/^https://github.com/wackbyte/rust-toolchain/" + "/^https://github.com/dtolnay/rust-toolchain" ] } ],