From 1c04ab443c200abab144a975b930df85039e627d Mon Sep 17 00:00:00 2001 From: Patrick Vickery Date: Thu, 20 Mar 2025 12:19:10 -0400 Subject: [PATCH] Enable pinGitHubActionDigests for renovatebot Signed-off-by: Patrick Vickery --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 9322626e..f768006c 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,12 @@ { "matchPackageNames": ["debian"], "groupName": "Debian base images" + }, + { + "matchDepTypes": [ + "action" + ], + "pinDigests": true } ] } \ No newline at end of file