Skip to content

Commit ce2bb12

Browse files
authored
Merge branch 'main' into listresource-tidy
2 parents 65651f6 + 114d478 commit ce2bb12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ updates:
1010
interval: "daily"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
13+
groups:
14+
"github-actions":
15+
patterns:
16+
- "*" # Group all GitHub Actions dependencies together
1317
schedule:
14-
interval: "daily"
18+
interval: "weekly"
19+
day: "monday"
20+
time: "09:00"
21+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)