From 1786e96022ca349f1a82b41c3311a4e6fe35526d Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Tue, 10 Feb 2026 23:52:02 +0000 Subject: [PATCH] stop triggering renovate prs for submodule updates Signed-off-by: Robert Kruszewski --- renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/renovate.json b/renovate.json index b7395aa..5a66430 100644 --- a/renovate.json +++ b/renovate.json @@ -20,8 +20,5 @@ "separateMinorPatch": true, "patch": { "groupName": "all patch updates" - }, - "git-submodules": { - "enabled": true } }