Controversial: Avoid repeated GH-action updates#65
Closed
voxpelli wants to merge 1 commit intofastify:masterfrom
voxpelli:patch-1
Closed
Controversial: Avoid repeated GH-action updates#65voxpelli wants to merge 1 commit intofastify:masterfrom voxpelli:patch-1
voxpelli wants to merge 1 commit intofastify:masterfrom
voxpelli:patch-1
Conversation
Member
|
cc @Fdawgs this seems better, could we do this across all repos? |
jsumners
approved these changes
Nov 16, 2021
Member
jsumners
left a comment
There was a problem hiding this comment.
Please, please, please merge this.
Member
I wish! I did this in one of my own repos and come the beginning of the month Dependabot went back to the full semver. From looking through the Dependabot docs we can configure it to ignore minor and patch updates like so: version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
ignore:
- dependency-name: "actions/setup-node"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
open-pull-requests-limit: 10Edit: will test in one of my repos quick and report back |
1 task
Member
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.
Avoids noise + clarifies release notes, as
2.2.0looked like in the attached screenshotI realise this is probably an unwanted change, but I just want to throw it out there.