Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 57ea24d

Browse files
authored
Add dependabot entry for update github-actions versions (#326)
1 parent 092b483 commit 57ea24d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
day: "monday"
13+
time: "06:00"
1214
groups:
1315
# This is the name of your group, it will be used in PR titles and branch names
1416
dependencies:
1517
patterns:
1618
- "*"
19+
20+
- package-ecosystem: "github-actions"
21+
directory: "/" # Location of workflow files
22+
schedule:
23+
interval: "weekly"
24+
day: "monday"
25+
time: "06:00"

0 commit comments

Comments
 (0)