We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37397a commit 01db58eCopy full SHA for 01db58e
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+
3
+registries:
4
+ npm-github:
5
+ type: npm-registry
6
+ url: https://npm.pkg.github.com
7
+ token: ${{secrets.GH_PACKAGES_TOKEN}}
8
9
+updates:
10
+ # Maintain dependencies for GitHub Actions
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "weekly"
15
16
+ # Maintain dependencies for the JavaScript package
17
+ - package-ecosystem: "npm"
18
19
+ registries:
20
+ - npm-github
21
22
0 commit comments