-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
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.
- 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:
christopherfujino and gnprice
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
