Skip to content

Commit 7bcc79c

Browse files
authored
Do not update patch versions for dependabot/github-actions. (flutter#7950)
Towards flutter/flutter#158350.
1 parent ba92cd9 commit 7bcc79c

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
@@ -9,3 +9,8 @@ updates:
99
interval: "weekly"
1010
labels:
1111
- "autosubmit"
12+
# Updating patch versions for "github-actions" is too chatty.
13+
# See https://github.com/flutter/flutter/issues/158350.
14+
ignore:
15+
- dependency-name: "*"
16+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)