From 20ffdfffaa870410535b4df7d5e63842e56068b8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 14 Dec 2025 09:10:58 +0100 Subject: [PATCH] renovate: try to disable GitHub Actions updates differently Follow-up to a9b1be555a26aeca623721b0826ea66d6b8c0929 #19954 Closes #19969 --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index 6a6947dd93..7b1b02a378 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,16 @@ ], "semanticCommitType": "ci", "packageRules": [ + { + "matchManagers": [ + "github-actions" + ], + "commitMessagePrefix": "GHA: ", + "labels": [ + "CI" + ], + "enabled": false + }, { "matchUpdateTypes": [ "pin", @@ -38,6 +48,7 @@ { "description": "Schedule package updates on the 10th of each month", "matchPackageNames": [ + "/codeql/i", "/ruff/i" ], "groupName": "monthly updates by name",