From d76e8942201c1c0000b18dc89d0f14fafa2058bb Mon Sep 17 00:00:00 2001 From: Austin McKinley Date: Fri, 14 Aug 2026 22:05:36 -0700 Subject: [PATCH] Hold Node 26 until LTS --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea3e7cf20f..844b7dd89f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,3 +59,8 @@ updates: docker-base-images: group-by: dependency-name patterns: ["*"] + ignore: + # Node 24 remains the active LTS line. Revisit Node 26 after it enters + # LTS in October 2026: https://github.com/bluesky-social/social-app/issues/11480 + - dependency-name: node + versions: ["26.x"]