From 1bb097d459bcfba23c6b191246d3e3c974088daa Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 13 Dec 2024 19:13:49 +0800 Subject: [PATCH] chore(renovate): temporary `"updateNotScheduled": true` --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index a86816298edf8..3271e96fd0f97 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigests"], + "updateNotScheduled": true, "ignorePaths": [ "crates/oxc_linter/fixtures/**" ]