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

Commit 556a6fc

Browse files
committed
chore(ci): add GitHub Actions to Dependabot
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 9d381cb commit 556a6fc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ updates:
55
schedule:
66
interval: "daily"
77
time: "12:00"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
time: "12:00"
13+
cooldown:
14+
default-days: 7
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)