Skip to content

Commit 63eeb59

Browse files
Update GitHub Actions update interval to daily
Change the update schedule for GitHub Actions from weekly to daily.
1 parent 6ae0932 commit 63eeb59

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Set update schedule for GitHub Actions
2-
31
version: 2
42
updates:
5-
63
- package-ecosystem: "github-actions"
74
directory: "/"
85
schedule:
9-
# Check for updates to GitHub Actions every week
10-
interval: "weekly"
6+
interval: "daily"

0 commit comments

Comments
 (0)