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 } ] }