Skip to content

Commit 8a749ab

Browse files
[fix](sec): Dependabot(copied from blog) (#139)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 1a20e34 commit 8a749ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ updates:
1616
directory: "/"
1717
schedule:
1818
# Check for updates to GitHub Actions every weekday
19-
interval: "weekly"
19+
interval: "daily"
20+
21+
- package-ecosystem: bundler
22+
directory: /
23+
schedule:
24+
interval: daily
25+
26+
- package-ecosystem: npm
27+
directory: /
28+
schedule:
29+
interval: daily

0 commit comments

Comments
 (0)