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 379f00c commit 2c11bd7Copy full SHA for 2c11bd7
.github/dependabot.yml
@@ -9,3 +9,8 @@ updates:
9
interval: "daily"
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