Skip to content

Commit 285fb52

Browse files
authored
Do not update patch versions for dependabot/github-actions. (#2591)
Towards #158350.
1 parent c787dd0 commit 285fb52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
interval: "daily"
88
labels:
99
- "autosubmit"
10+
# Updating patch versions for "github-actions" is too chatty.
11+
# See https://github.com/flutter/flutter/issues/158350.
12+
ignore:
13+
- dependency-name: "*"
14+
update-types: ["version-update:semver-patch"]
1015
- package-ecosystem: "npm"
1116
directory: "web_embedding/ng-flutter"
1217
schedule:

0 commit comments

Comments
 (0)