Skip to content

Commit 01d97f8

Browse files
committed
Update Dependabot configuration to change GitHub Actions update interval to weekly and group all actions
1 parent f41a453 commit 01d97f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)