Skip to content

Commit 44b472f

Browse files
committed
chore: make dependabot update github actions
1 parent bbac231 commit 44b472f

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)