From f63d1ea54e5a8b1d0f2d1b54d312ae74a5df3c58 Mon Sep 17 00:00:00 2001 From: Phil Oliver <3497406+poliver@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:29:33 -0400 Subject: [PATCH] Remove `design/` git submodule (#3177) --- .github/renovate.json | 6 ------ .gitmodules | 3 --- design | 1 - 3 files changed, 10 deletions(-) delete mode 160000 design diff --git a/.github/renovate.json b/.github/renovate.json index 106fa5eee..0d1f8ee16 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -32,12 +32,6 @@ "groupName": "Meshtastic Protobufs", "groupSlug": "meshtastic-protobufs" }, - { - "matchPackageNames": [ - "https://github.com/meshtastic/design.git" - ], - "changelogUrl": "https://github.com/meshtastic/design/compare/{{currentDigest}}...{{newDigest}}" - }, { "description": "Group all AndroidX dependencies (excluding more specific AndroidX groups)", "groupName": "AndroidX (General)", diff --git a/.gitmodules b/.gitmodules index 9d7b1df30..e115fe990 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "app proto submodule"] path = core/proto/src/main/proto url = https://github.com/meshtastic/protobufs.git -[submodule "design"] - path = design - url = https://github.com/meshtastic/design.git diff --git a/design b/design deleted file mode 160000 index 90014f40e..000000000 --- a/design +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 90014f40e8aa1d6f74ad9f2c0f0a1920553e17c1