Skip to content

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#65
voxpelli wants to merge 1 commit intofastify:masterfrom
voxpelli:patch-1

Conversation

@voxpelli
Copy link
Copy Markdown

Avoids noise + clarifies release notes, as 2.2.0 looked like in the attached screenshot

I realise this is probably an unwanted change, but I just want to throw it out there.

Skärmavbild 2021-11-16 kl  15 13 29

@mcollina
Copy link
Copy Markdown
Member

cc @Fdawgs this seems better, could we do this across all repos?

Copy link
Copy Markdown
Member

@jsumners jsumners left a comment

Choose a reason for hiding this comment

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

Please, please, please merge this.

@Fdawgs
Copy link
Copy Markdown
Member

Fdawgs commented Nov 16, 2021

cc @Fdawgs this seems better, could we do this across all repos?

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: 10

Edit: will test in one of my repos quick and report back

@Fdawgs
Copy link
Copy Markdown
Member

Fdawgs commented Nov 17, 2021

Resolved by #66, thanks for raising this @voxpelli!

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.

4 participants