From b9e54c912d7eadeb1103a9d992ac84616bed1861 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:19:57 -0700 Subject: [PATCH] fix(renovate): remove `helpers:pinGitHubActionDigests` after discussing with @timrogers and @nickfloyd, we decided to remove pinning of actions until we set up https://github.com/octokit/.github/pull/13. The idea of `helpers:pinGitHubActionDigests` is a good one, but in our particular case, the costs of the noise it creates outweighs the benefits --- default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.json b/default.json index 5b05acc..163b715 100644 --- a/default.json +++ b/default.json @@ -2,8 +2,7 @@ "labels": ["maintenance"], "extends": [ "config:base", - ":disableDependencyDashboard", - "helpers:pinGitHubActionDigests" + ":disableDependencyDashboard" ], "lockFileMaintenance": { "enabled": true,