From 36dc2eafb41d356c9f31e99a528371b8d1cfbb23 Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:33:00 +0900 Subject: [PATCH] Skip the release-age waiting period for iorate actions Co-Authored-By: Claude Fable 5 --- renovate-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate-config.json b/renovate-config.json index 3c32236..6203250 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -24,8 +24,8 @@ "semanticCommits": "disabled", "packageRules": [ { - "description": "First-party packages; skip the release-age waiting period and update immediately", - "matchPackageNames": ["@ublacklist/*"], + "description": "First-party packages and actions; skip the release-age waiting period and update immediately", + "matchPackageNames": ["@ublacklist/*", "iorate/*"], "minimumReleaseAge": null } ]