From ca1b0ba216ed8af485e46a014399e3adb00abb90 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 24 Oct 2023 12:01:30 -0700 Subject: [PATCH] [renovate] use actions/pin checked into our global renovate-config (#4320) See https://github.com/oxidecomputer/renovate-config/blob/main/actions/pin.json. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 405a3e282b..606be44c87 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,6 @@ "local>oxidecomputer/renovate-config", "local>oxidecomputer/renovate-config//rust/autocreate", "local>oxidecomputer/renovate-config:post-upgrade", - "helpers:pinGitHubActionDigests" + "local>oxidecomputer/renovate-config//actions/pin" ] }