[ci] Ignore platformio updates in dependabot until upstream platforms support 6.2.0

This commit is contained in:
J. Nick Koston
2026-09-09 16:36:44 -04:00
parent 58ca345684
commit b51a4fe3ac
+3
View File
@@ -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"