From 4a8479049e65c20f77da61d97ce1cebc49e8c014 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Fri, 28 Jul 2023 12:21:27 +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 39a2b6e9..818842f2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "helpers:pinGitHubActionDigests" ] }