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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve dependabot config publish weekly with groups #6811

Merged
merged 1 commit into from Mar 11, 2024

Conversation

jedevc
Copy link
Member

@jedevc jedevc commented Mar 4, 2024

Follow-up on comments from #6352 (comment).

Getting kinda annoyed with all the dependabot spam 馃槩

  • By moving from once-a-month to once-a-week, we stay more on top of changes, which means there should be fewer to address all at once. Additionally, I've set the time to trigger on Monday morning - that way, we can hopefully review and merge before the next release.
  • I've also used groups to try and ensure that each set of updates is all combined, so we don't get a complete overflow of updates. Unfortunately, we don't seem to be able to combine all the go updates together (see Support for grouped update PRs that group across directories with same ecosystem聽dependabot/dependabot-core#7547) - so we may still get invalid PRs, since the go.mods interact with each other in fun ways.
  • Finally, I've removed the version-update:semver-patch from Go - at least for the core engine+components, I'd like to try following patch updates as well. Some projects follow semver a little differently (even though ideally they wouldn't 馃槅), and I'd like to make sure we don't fall behind.

@jedevc jedevc requested review from gerhard and TomChv March 4, 2024 14:54
@jedevc jedevc changed the title chore: update dependabot to publish weekly chore: improve dependabot config publish weekly with groups Mar 4, 2024
Signed-off-by: Justin Chadwell <me@jedevc.com>
Copy link
Member

@gerhard gerhard left a comment

Choose a reason for hiding this comment

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

I'm open to trying this new config out 馃憤 馃殌

FTR:

@gerhard gerhard merged commit 8dee203 into dagger:main Mar 11, 2024
43 checks passed
This was referenced Apr 2, 2024
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.

None yet

3 participants