From 0cb6b7b807955e1f20b9c5e5d86341b03907ae57 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 16 Feb 2026 04:16:49 -0500 Subject: [PATCH] ci: exclude non-sunnypilot maintained submodules from repo maintenance (#1703) * ci: exclude non-sunnypilot maintained submodules from repo maintenance * match names --- .github/workflows/repo-maintenance.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index 0e567a0a40..9be42cd041 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -56,6 +56,9 @@ jobs: - name: bump submodules run: | git config --global --add safe.directory '*' + git config submodule.msgq.update none + git config submodule.rednose_repo.update none + git config submodule.teleoprtc_repo.update none git config submodule.tinygrad.update none git submodule update --remote git add .