Skip to content

Commit 043e804

Browse files
authored
Do not update patch versions for dependabot/github-actions. (#8697)
Towards flutter/flutter#158350.
1 parent a3d1f13 commit 043e804

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ updates:
1616
- "team"
1717
- "team: infra"
1818
- "autosubmit"
19+
# Updating patch versions for "github-actions" is too chatty.
20+
# See https://github.com/flutter/flutter/issues/158350.
21+
ignore:
22+
- dependency-name: "*"
23+
update-types: ["version-update:semver-patch"]
1924

2025
# Android example apps.
2126
- package-ecosystem: "gradle"

0 commit comments

Comments
 (0)