Replace check-actions-updates with dependabot#574
Open
lukebakken wants to merge 1 commit intorabbitmq:mainfrom
Open
Replace check-actions-updates with dependabot#574lukebakken wants to merge 1 commit intorabbitmq:mainfrom
check-actions-updates with dependabot#574lukebakken wants to merge 1 commit intorabbitmq:mainfrom
Conversation
Follow-up to rabbitmq#571 It turns out dependabot can update GHA ([docs](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot))
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
Collaborator
There was a problem hiding this comment.
We should also be able to leverage groups here https://github.blog/changelog/2023-08-24-grouped-version-updates-for-dependabot-are-generally-available/
We use that in Helix to group Rust dependency updates: https://github.com/helix-editor/helix/blob/99ebccbfc5f6b414e442e72ca6ce4fd75d2d8f0b/.github/dependabot.yml#L10-L14, for example helix-editor/helix#15156
Contributor
There was a problem hiding this comment.
We also use groups in several Java clients where a low double digit number of dependency updates per week is rather the norm.
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.
Follow-up to #571
It turns out dependabot can update GHA (docs)
This depends on dependabot being enabled in this repo, of course 😸