From 7890f864129239785d1b50bc713940239de484bd Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Fri, 12 Jul 2024 11:04:46 -0400 Subject: [PATCH] Block patch upgrades for GH actions Signed-off-by: Yuri Shkuro --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 5a2fc537ab4..2f52d689897 100644 --- a/renovate.json +++ b/renovate.json @@ -34,6 +34,11 @@ "matchManagers": ["github-actions"], "groupName": "github-actions deps" }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major", "patch", "digest"], + "enabled": false + }, { "matchManagers": ["gomod"], "matchSourceUrlPrefixes": [