PlatformIO Dependency Updater
Version updated for https://github.com/VIPnytt/platformio-dependency-updater to version v1.0.1.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action checks a project’s platformio.ini file for available updates for its dependencies. It creates pull requests with the latest versions, including release notes and supports various dependency sources such as PlatformIO, Espressif, Git-based repositories, and custom platform-package versions. The action includes options to limit the cooldown period between updates, specify labels, and control the number of open PRs.
What’s Changed
What’s Changed
Miscellaneous
- Improved handling of owner-less Registry packages by @JanPetterMG in https://github.com/VIPnytt/platformio-dependency-updater/pull/44
Full Changelog: https://github.com/VIPnytt/platformio-dependency-updater/compare/v1.0.0...v1.0.1