From 2346fe82fc797e9819cc489b6537872d283c00eb Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 14 Dec 2024 17:35:45 +0800 Subject: [PATCH] chore(renovate): pinGitHubActionDigests --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6eea32f..75d2144 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>Boshen/renovate"] + "extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigests"], + "updateNotScheduled": true }