From e2236144009a9244ff3cbfe1aba4243c4f7f05fe Mon Sep 17 00:00:00 2001 From: Patrick Vickery <167798809+pvickery-ParamountCommerce@users.noreply.github.com> Date: Wed, 30 Apr 2025 10:05:31 -0400 Subject: [PATCH] Enable pinGitHubActionDigests for renovatebot (#165) 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