Skip to content

Commit 52a6fdd

Browse files
committed
chore: make dependabot update github actions
1 parent aaac331 commit 52a6fdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ updates:
77
# Check the npm registry for updates every day (weekdays)
88
schedule:
99
interval: "daily"
10+
# Enable version updates for GitHub Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)