From f8e8a6f3248880a892c70e88ca2073a508c71cae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:09:05 +0100 Subject: [PATCH] chore(config): migrate renovate config (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger --- renovate.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index a80462fd..60c09dbc 100644 --- a/renovate.json +++ b/renovate.json @@ -7,12 +7,20 @@ "constraints": { "go": "1.22" }, - "schedule": ["every tuesday"], + "schedule": ["on tuesday"], "extends": ["config:recommended"], "packageRules": [ { "matchManagers": ["gomod"], - "matchUpdateTypes": ["pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"], + "matchUpdateTypes": [ + "pin", + "pinDigest", + "digest", + "lockFileMaintenance", + "rollback", + "bump", + "replacement" + ], "enabled": false }, { @@ -42,27 +50,27 @@ }, { "matchManagers": ["gomod"], - "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"], + "matchSourceUrls": ["https://go.opentelemetry.io/otel{/,}**"], "groupName": "All go.opentelemetry.io/contrib packages" }, { "matchManagers": ["gomod"], - "matchSourceUrlPrefixes": ["https://google.golang.org"], + "matchSourceUrls": ["https://google.golang.org{/,}**"], "groupName": "All google.golang.org packages" }, { "matchManagers": ["gomod"], - "matchPackagePrefixes": ["golang.org/x"], + "matchPackageNames": ["golang.org/x{/,}**"], "groupName": "All golang.org/x packages" }, { "matchManagers": ["gomod"], - "matchPackagePrefixes": ["go.opentelemetry.io/collector"], + "matchPackageNames": ["go.opentelemetry.io/collector{/,}**"], "groupName": "All go.opentelemetry.io/collector packages" }, { "matchManagers": ["gomod"], - "matchPackagePrefixes": ["go.opentelemetry.io/build-tools"], + "matchPackageNames": ["go.opentelemetry.io/build-tools{/,}**"], "groupName": "All go.opentelemetry.io/build-tools packages" }, {