How to cancel the check for internal libraries?

Hi. How can I disable the check for internal library updates while esphome is running? They may require a new version of esphome. INFO ESPHome 2025.12.2
INFO Reading configuration /home/work/esphome/dashboard/test.yaml…
INFO Generating C++ source…
INFO Setting CONFIG_LWIP_MAX_SOCKETS to 14 (registered: api=4, captive_portal=4, mdns=2, ota=1, web_server=3)
INFO Compiling app… Build path: /home/work/esphome/dashboard/.esphome/build/test
Processing test (board: esp32dev; framework: arduino, espidf; platform: https://github.com/pioarduino/platform-espressif32/releases/download/55.03.31-2/platform-espressif32.zip)
How can I download it if it doesn’t exist, but skip checking for updates if it does?

Did you clear your cache before compiling and let it load fresh copies of everything?

Post your yaml and compile code [suitably formatted]