From c1606acd4e285da357df781267a85f27f10b6ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=99=E3=81=B1=E3=82=8B?= Date: Fri, 19 Dec 2025 09:14:11 +0900 Subject: [PATCH] chore: unset `minimumReleaseAge` for pinDigests github-actions --- renovate.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a8369ef..a0dbf83 100644 --- a/renovate.json +++ b/renovate.json @@ -9,8 +9,17 @@ "configMigration": true, "packageRules": [ { - "matchDepTypes": [ "action" ], - "pinDigests": true, + "matchManagers": ["github-actions"], + "pinDigests": true + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["pinDigest", "digest"], + "minimumReleaseAge": null + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major", "minor", "patch", "pin"], "minimumReleaseAge": "7 days" } ]