Skip to content

Commit 2c11bd7

Browse files
authored
Do not update patch versions for dependabot/github-actions. (#448)
Towards flutter/flutter#158350.
1 parent 379f00c commit 2c11bd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ updates:
99
interval: "daily"
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)