Skip to content

Commit cef2fb4

Browse files
authored
Merge pull request #11358 from haskell/copilot/batch-updates-dependabot-gh-actions
Configure Dependabot to batch GitHub Actions updates
2 parents 23cdf2b + b3b2ed4 commit cef2fb4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ updates:
1313
schedule:
1414
# Check for updates to GitHub Actions every week
1515
interval: "weekly"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"
1620

0 commit comments

Comments
 (0)