We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388015f + db5ccee commit f778376Copy full SHA for f778376
.github/dependabot.yaml
@@ -4,6 +4,14 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ # Group all GitHub Action updates into a single PR, ignoring minor/patch
8
+ # this seems to be the most pragmatic approach for this repo, given that
9
+ # we only have a single workflow so far.
10
+ groups:
11
+ github-actions:
12
+ applies-to: version-updates
13
+ patterns:
14
+ - "*"
15
ignore:
16
- dependency-name: "*"
17
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
0 commit comments