Skip to content

Commit f778376

Browse files
authored
Merge pull request #43 from cloudscale-ch/alain/dependabot-gha-grouped
Configure Dependabot to Group GitHub Actions Updates into a Single PR
2 parents 388015f + db5ccee commit f778376

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
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+
- "*"
715
ignore:
816
- dependency-name: "*"
917
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)