From 5515f7b66a77ab252cc9bc8dafaa301423f6784c Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 26 Jul 2023 09:24:29 +0200 Subject: [PATCH] automation(renovate): pin GH actions by digest Configure renovate bot to pin GH actions using their digest, as documented here: https://docs.renovatebot.com/modules/manager/github-actions/#additional-information Signed-off-by: Flavio Castelli --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 94656b49..246159fd 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,8 @@ "extends": [ "config:base", "group:allNonMajor", - "schedule:earlyMondays" + "schedule:earlyMondays", + "helpers:pinGitHubActionDigests" ], "packageRules": [ {