Skip to content
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

add renovate support for go mod #23864

Merged
merged 1 commit into from Feb 21, 2023
Merged

Conversation

aanm
Copy link
Member

@aanm aanm commented Feb 18, 2023

This commit removes dependabot as the bot to manage go dependency updates in the repository. Since renovate provides a more flexible configuration we are able to set all go mod dependencies to happen every Friday.

Renovate also allows to specify configuration for stable branches. However, in this commit we will only configure it to receive updates for the 'master' branch exactly the same way dependabot is configured. Follow up work can be done to configure renovate to create PRs for stable branches.

An example of such dependency updates can be seen in aanm#501

This commit removes dependabot as the bot to manage go dependency
updates in the repository. Since renovate provides a more flexible
configuration we are able to set all go mod dependencies to happen every
Friday.

Renovate also allows to specify configuration for stable branches.
However, in this commit we will only configure it to receive updates for
the 'master' branch exactly the same way dependabot is configured.
Follow up work can be done to configure renovate to create PRs for
stable branches.

Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm added the release-note/misc This PR makes changes that have no direct user impact. label Feb 18, 2023
@aanm aanm requested a review from a team as a code owner February 18, 2023 00:27
Copy link
Member

@joestringer joestringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, thanks!

.github/renovate.json5 Show resolved Hide resolved
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Member

@rolinh rolinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since renovate provides a more flexible configuration we are able to set all go mod dependencies to happen every Friday.

This is amazing !! 🚀

@aanm aanm merged commit 66fe498 into cilium:master Feb 21, 2023
@aanm aanm deleted the pr/renovate-master-branch branch February 21, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants