Skip to content

Commit 7c2b51a

Browse files
authored
Do not update patch versions for dependabot/github-actions. (#8946)
Towards flutter/flutter#158350.
1 parent 509fe95 commit 7c2b51a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ updates:
1010
labels:
1111
- "autosubmit"
1212
- "release-notes-not-required"
13+
# Updating patch versions for "github-actions" is too chatty.
14+
# See https://github.com/flutter/flutter/issues/158350.
15+
ignore:
16+
- dependency-name: "*"
17+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)