We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4572ea5 commit 64a2545Copy full SHA for 64a2545
1 file changed
.github/dependabot.yaml
@@ -1,6 +1,12 @@
1
version: 2
2
+registries:
3
+ npm.pkg.github.com:
4
+ type: npm-registry
5
+ url: https://npm.pkg.github.com
6
+ token: ${{secrets.DEPENDABOT_GITHUB_TOKEN}}
7
updates:
8
- package-ecosystem: npm
9
+ registries: "*"
10
directories:
11
- /
12
schedule:
0 commit comments