Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 618b881

Browse files
committed
Fix dependabot workflow
1 parent 0e91622 commit 618b881

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "saturday"
8+
time: "08:00"
9+
timezone: "Etc/UTC"
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/" # even for `.github/workflows`
13+
schedule:
14+
interval: "monthly"
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"
19+

0 commit comments

Comments
 (0)