We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dependabot/github-actions
1 parent ba92cd9 commit 7bcc79cCopy full SHA for 7bcc79c
.github/dependabot.yml
@@ -9,3 +9,8 @@ updates:
9
interval: "weekly"
10
labels:
11
- "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