From 57fa5ebc104003ce6c6cf9f806a7cc8c3cad0722 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 2 May 2026 00:54:05 +0000 Subject: [PATCH] chore(deps): exclude taiki-e/install-action from renovate Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7e4cabba72..64ccb41ee5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,6 +20,11 @@ "matchPackageNames": ["ghcr.io/jdx/mise"], "matchCurrentValue": "copr", "enabled": false + }, + { + "matchPackageNames": ["taiki-e/install-action"], + "matchManagers": ["github-actions"], + "enabled": false } ] }