From f3e87540f982c0b96d033e1593824f133e36e3ba Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 22 May 2025 18:12:15 -0500 Subject: [PATCH] renovate: Pin GitHub Action digests --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f8dc889de..61ce5026e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,7 @@ "config:recommended", ":maintainLockFilesWeekly", ":automergePatch", - "schedule:automergeDaily" + "schedule:automergeDaily", + "helpers:pinGitHubActionDigestsToSemver" ] }