add dependabot config#419
Open
danieleades wants to merge 1 commit intopop-os:masterfrom
Open
Conversation
jacobgkau
approved these changes
Oct 16, 2023
Member
There was a problem hiding this comment.
From what I understand, this configuration will check daily and open a PR if a newer version for an action specified in https://github.com/pop-os/system76-power/blob/master/.github/workflows/CI.yml is available (e.g. we use actions/checkout@v3, it will open a PR to bump the version if actions/checkout@v4 becomes available.)
I'm not sure how necessary this is, but I don't see a QA reason to block it. The only concern I can think of would be using up Actions minutes, but Dependabot itself is free, so the only additional billable usage would be running actions on the PRs being opened. It's up to engineering if it's useful/appropriate to keep the actions up-to-date.
0e8204e to
a0c2ee7
Compare
e5ec93c to
98f7acc
Compare
98f7acc to
20881f8
Compare
20881f8 to
28e7826
Compare
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.
this PR adds dependabot for github actions only.
Could also be extended to include the projects deps, but given this a binary application dependabot can be quite noisy, so it would need some discussion about how much to clamp it down. For example configure it to run once a month, or something