From 02b02687d7e6ca7805409475d90124801821f919 Mon Sep 17 00:00:00 2001 From: Qingyu Wang <40660121+colinaaa@users.noreply.github.com> Date: Thu, 8 May 2025 11:42:45 +0800 Subject: [PATCH] chore(renovate): pin github-action digest --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 612ea6196d..35fe64baf3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,7 @@ ":automergeStableNonMajor", ":automergeTypes", ":maintainLockFilesWeekly", + "helpers:pinGitHubActionDigests", ], "enabledManagers": [ @@ -105,6 +106,11 @@ ], "rangeStrategy": "widen", }, + { + "groupName": "github-actions", + "groupSlug": "github-actions", + "matchManagers": ["github-actions"], + }, ], "postUpdateOptions": [ "pnpmDedupe",