Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cac146

Browse files
authored
Build: Group dependabot PRs updating GitHub Actions
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately,as of now we get a separate PR for every dependency which is a bit spammycompared to regular commits updating source.Thankfully, there's now a way to tell dependabot to submit a single PR pera defined group. This change defines a single group to have a single dependabotPR for all action updates.Closesgh-5503
1 parent071f6db commit3cac146

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ updates:
44
directory:"/"
55
schedule:
66
interval:monthly
7+
8+
# Group all dependabot version update PRs into one
9+
groups:
10+
github-actions:
11+
applies-to:version-updates
12+
patterns:
13+
-"*"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp