Skip to content

Commit 2f43dc3

Browse files
authored
Do not update patch versions for dependabot/github-actions. (flutter#164055)
Towards flutter#158350.
1 parent d8856b9 commit 2f43dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ updates:
1717
- "team"
1818
- "team-infra"
1919
- "autosubmit"
20+
# Updating patch versions for "github-actions" is too chatty.
21+
# See https://github.com/flutter/flutter/issues/158350.
2022
ignore:
21-
- dependency-name: "codecov/codecov-action"
23+
- dependency-name: "*"
2224
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)