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 c787dd0 commit 285fb52Copy full SHA for 285fb52
.github/dependabot.yaml
@@ -7,6 +7,11 @@ updates:
7
interval: "daily"
8
labels:
9
- "autosubmit"
10
+ # Updating patch versions for "github-actions" is too chatty.
11
+ # See https://github.com/flutter/flutter/issues/158350.
12
+ ignore:
13
+ - dependency-name: "*"
14
+ update-types: ["version-update:semver-patch"]
15
- package-ecosystem: "npm"
16
directory: "web_embedding/ng-flutter"
17
schedule:
0 commit comments