Skip to content

Commit 580700e

Browse files
authored
Update dependabot.yml
1 parent 2ba1eea commit 580700e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: github-actions
9+
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: daily
12+
13+
- package-ecosystem: npm
14+
directory: /
15+
schedule:
16+
interval: daily

0 commit comments

Comments
 (0)