Skip to content

Commit 17b023c

Browse files
authored
Do not update patch versions for dependabot/github-actions.
Towards flutter/flutter#158350.
1 parent 6cd4e4f commit 17b023c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
interval: "daily"
99
labels:
1010
- "autosubmit"
11+
# Updating patch versions for "github-actions" is too chatty.
12+
# See https://github.com/flutter/flutter/issues/158350.
13+
ignore:
14+
- dependency-name: "*"
15+
update-types: ["version-update:semver-patch"]
1116
# Pip ecosystem.
1217
- package-ecosystem: "pip"
1318
directory: "/tfagents-flutter/"

0 commit comments

Comments
 (0)