From b51a4fe3aca04fc94fab9b65f22c08d9f842dbaf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 9 Sep 2026 16:36:44 -0400 Subject: [PATCH] [ci] Ignore platformio updates in dependabot until upstream platforms support 6.2.0 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e87939f824..0059512327 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: ignore: # Hypotehsis is only used for testing and is updated quite often - dependency-name: hypothesis + # PlatformIO 6.2.0 is not supported by the pioarduino ESP32 platform or + # LibreTiny yet, remove once both platforms support it + - dependency-name: platformio - package-ecosystem: github-actions labels: - "dependencies"