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

Spread out the days dependabot PRs are generated #2475

Closed
afs opened this issue May 13, 2024 · 0 comments · Fixed by #2478
Closed

Spread out the days dependabot PRs are generated #2475

afs opened this issue May 13, 2024 · 0 comments · Fixed by #2478
Assignees
Labels

Comments

@afs
Copy link
Member

afs commented May 13, 2024

Change

The dependbot is set to weekly for both maven and javascript.
https://github.com/apache/jena/blob/main/.github/dependabot.yml

In practice, it runs Monday early morning (around midnight - 1am UTC) presumably because things are quieter then.

It can make for a bit of a tidal wave on Monday morning.

Proposal: javascript on Sunday, maven on Tuesday.

There are other things we could try:

  • group by "minor" not "patch". However, if one of a group causes a problem it is more work to split these up - specially javascript because dependabot also updates yarn.lock as well as package.json.
  • Have an action to run PR builds. However, this may also affect forks - and it's charged to their accounts.

Are you interested in contributing a pull request for this task?

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant