chore(ci): Trigger renovate after SDK release#266
Merged
kodiakhq[bot] merged 1 commit intocloudquery:mainfrom Oct 9, 2022
Merged
chore(ci): Trigger renovate after SDK release#266kodiakhq[bot] merged 1 commit intocloudquery:mainfrom
kodiakhq[bot] merged 1 commit intocloudquery:mainfrom
Conversation
yevgenypats
approved these changes
Oct 9, 2022
Contributor
yevgenypats
left a comment
There was a problem hiding this comment.
Looks good! BTW - Im curious now if we can remove the .github repository and have the renovate workflows directly in cloudquery/cloudquery ?
Member
Author
Yeah we could. We still have the renovate presets there though https://github.com/cloudquery/.github/tree/45b1684b59eb6b23f79903e288858020ed02680f/.github (both the SDK and CloudQuery repos uses those), and some generic issue/pr/security/code of conduct templates, so it makes sense to still keep that repo for the latter. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a small optimization to how we do SDK updates in the monorepo. At the moment renovate runs every 15 minutes to handle dependencies updates. We run it every 15 minutes to ensure speedy updates to the SDK.
With this PR we'll run it immediately after the SDK has been released.
This should also allow us to save some build minutes by reducing the renovate schedule to 1 hour for example
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)