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 0832430 commit 797930eCopy full SHA for 797930e
.github/dependabot.yaml
@@ -5,6 +5,11 @@ updates:
5
directory: "/"
6
schedule:
7
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"]
13
- package-ecosystem: "npm"
14
directory: "/docs"
15
0 commit comments