From 331bff6f28faec5bfa160e7677942328857f5417 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 14 Sep 2023 10:50:42 -0400 Subject: [PATCH] chore: disable action SHA pining See: https://github.com/codecov/codecov-action/issues/1087 Signed-off-by: Todd Baert --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f59c55b..d876660 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "helpers:pinGitHubActionDigests" + "config:base" ], "packageRules": [ {