Skip to content

Commit 0f3f8a6

Browse files
authored
Update dependabot.yml
1 parent 6adcdae commit 0f3f8a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
version: 2
2-
2+
registries:
3+
npm-github:
4+
type: npm-registry
5+
url: https://npm.pkg.github.com
6+
token: ${{secrets.DEPENDABOT_TOKEN}}
37
updates:
48
- package-ecosystem: npm
59
directory: /
10+
registries:
11+
- npm-github
612
schedule:
713
interval: daily
814

0 commit comments

Comments
 (0)