Skip to content

Commit 9a6188c

Browse files
chore: Update dependabot.yml (#593)
1 parent 9308747 commit 9a6188c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# config options: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2-
31
version: 2
42
updates:
5-
- package-ecosystem: "npm"
6-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
8+
- package-ecosystem: npm
9+
directory: /
710
schedule:
8-
interval: "daily"
11+
interval: daily

0 commit comments

Comments
 (0)