Skip to content

Commit 2c9ca71

Browse files
committed
Add daily update schedule for GitHub Actions in dependabot configuration
1 parent 043a9d6 commit 2c9ca71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ updates:
1616
schedule:
1717
interval: weekly
1818
open-pull-requests-limit: 15
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
# Check for updates to GitHub Actions every weekday
23+
interval: "daily"

0 commit comments

Comments
 (0)