Skip to content

Commit 4c5f68e

Browse files
authored
Add group settings for GitHub Actions in Dependabot
1 parent bcef140 commit 4c5f68e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
16+
- package-ecosystem: github-actions
17+
directory: "/"
18+
schedule:
19+
interval: weekly
20+
groups:
21+
actions:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)