Skip to content

Commit e77c096

Browse files
committed
Update dependabot configuration for GitHub Actions to daily schedule
1 parent 2ddb22d commit e77c096

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version: 2
44
updates:
5-
- package-ecosystem: "" # See documentation for possible values
6-
directory: "/" # Location of package manifests
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "daily"

0 commit comments

Comments
 (0)