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

Allow dependabot to slowly keep gomod up to date #135

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Allow dependabot to slowly keep gomod up to date #135

merged 1 commit into from
Mar 18, 2023

Conversation

yob
Copy link
Contributor

@yob yob commented Mar 17, 2023

We recently (#131) did a bulk update to many go modules, fixing various security issues.

This configures dependabot to open PRs with occasional version bumps. We don't want to wake up to 100 PRs each Monday though, so only allow two PRs at a time. In a small project like this, a couple of bumps per week should be plenty. Maybe we could even tune it down further. 2 per month?

We recently (#131) did a bulk update to many go modules, fixing various
security issues.

This configures dependabot to open PRs with occasional version bumps. We
don't want to wake up to 100 PRs each Monday though, so only allow two
PRs at a time. In a small project like this, a couple of bumps per week
should be plenty. Maybe we could even tune it down further. 2 per month?
@yob yob requested a review from a team March 17, 2023 13:16
Copy link
Contributor

@triarius triarius left a comment

Choose a reason for hiding this comment

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

Thanks!

@yob yob merged commit b4df8cb into master Mar 18, 2023
@yob yob deleted the dependabot branch March 18, 2023 00:52
@triarius triarius mentioned this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants