Skip to content

Commit 1697c07

Browse files
committed
ci: dependabot quarterly interval and group actions
1 parent 9c45d73 commit 1697c07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "quarterly"
99
commit-message:
1010
prefix: "ci(dependabot):"
11+
groups:
12+
actions:
13+
patterns:
14+
- "*"

0 commit comments

Comments
 (0)