Skip to content

dependabot is too chatty updating "github-actions" dependencies, stop updating patch versions #158350

@jmagman

Description

@jmagman

For low-traffic repos like platform_tests most of the commits are dependabot updating the GitHub actions dependencies.

Update all the repositories to stop updating github-actions patch versions.

https://github.com/flutter/platform_tests/blob/6a78997eba85765ef06c925a0ccbd7e2ad6818da/.github/dependabot.yml#L22-L25

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
+   ignore:
+     - dependency-name: "*"
+       update-types: ["version-update:semver-patch"]

Example from packages:
https://github.com/flutter/packages/blob/01050136b26c5d60058b412b60b73cee4949d4ab/.github/dependabot.yml#L35-L37

And here's what the commit history looks like platform_tests:

Screenshot 2024-11-07 at 2 15 33 PM

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-infraOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure team

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions