-
Notifications
You must be signed in to change notification settings - Fork 109
GitHub Action to update Pinned libraries #585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces an automated GitHub Actions workflow that monitors pinned library versions and creates pull requests when updates are available. The workflow is designed to help maintain up-to-date dependencies by checking for new releases daily and automating the update process.
- Adds a scheduled workflow that runs biweekly at 6:00 AM UTC to check for library updates
- Implements version detection and comparison logic for Istio library
- Automatically creates pull requests with updated library versions when new releases are detected
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
As part of doing controlled updates to libraries/packages, some of the updates to packages that are downloaded outside of az linux are pinned to specific version. This GitHub Action is a workflow that checks if the library has gotten updated and if so will upgrade the pinned version and auto generate a PR.