From 155d054be79e4f2d61115a4cc43c41836c1e4b0f Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 16 Dec 2025 18:00:15 +0200 Subject: [PATCH] Unpin the codecov-action version from renovate --- renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/renovate.json b/renovate.json index e8aa1dd73..ac28bdbfe 100644 --- a/renovate.json +++ b/renovate.json @@ -25,10 +25,6 @@ { "matchManagers": ["bundler"], "groupName" : "Ruby" - }, - { - "matchPackageNames": ["codecov/codecov-action"], - "allowedVersions": "^3.0.0" } ] }