From 0e3fcb919c929c84cb9924ee99b9efd48e5666c3 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 5 May 2026 13:58:14 +0100 Subject: [PATCH] ci: disable github-actions manager in renovate Same shape as the existing pip disable: vulnerability PRs still flow through because vulnerabilityAlerts is omitted from matchUpdateTypes. beep boop --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 12c4ed3..8bdf036 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "semanticCommitType": "deps", "packageRules": [ { - "matchManagers": ["pip_requirements", "pip-compile", "pep621", "poetry"], + "matchManagers": ["pip_requirements", "pip-compile", "pep621", "poetry", "github-actions"], "matchUpdateTypes": [ "major", "minor",