Skip to content

Commit eba264c

Browse files
authored
Update dependabot.yml
1 parent 5e20725 commit eba264c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ registries:
55
url: https://npm.pkg.github.com
66
token: ${{secrets.DEPENDABOT_TOKEN}}
77
updates:
8-
- package-ecosystem: npm
8+
- package-ecosystem: "npm"
99
directory: "/"
1010
schedule:
11-
interval: weekly
11+
interval: "weekly"
1212
registries:
1313
- npm-github
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"

0 commit comments

Comments
 (0)