Skip to content

Commit b93c036

Browse files
authored
Update dependabot.yml
1 parent 1d5d8ba commit b93c036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ updates:
88
- package-ecosystem: "github-actions" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
1212

1313
# Keep npm dependencies (package-lock.json) up to date
1414
- package-ecosystem: "npm"
1515
directory: "/" # where package.json and package-lock.json live
1616
schedule:
17-
interval: "weekly"
17+
interval: "daily"

0 commit comments

Comments
 (0)