Skip to content

Commit 797930e

Browse files
authored
Do not update patch versions for dependabot/github-actions. (#1412)
Towards flutter/flutter#158350.
1 parent 0832430 commit 797930e

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
@@ -5,6 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
# Updating patch versions for "github-actions" is too chatty.
9+
# See https://github.com/flutter/flutter/issues/158350.
10+
ignore:
11+
- dependency-name: "*"
12+
update-types: ["version-update:semver-patch"]
813
- package-ecosystem: "npm"
914
directory: "/docs"
1015
schedule:

0 commit comments

Comments
 (0)