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 5e20725 commit eba264cCopy full SHA for eba264c
.github/dependabot.yml
@@ -5,9 +5,13 @@ registries:
5
url: https://npm.pkg.github.com
6
token: ${{secrets.DEPENDABOT_TOKEN}}
7
updates:
8
- - package-ecosystem: npm
+ - package-ecosystem: "npm"
9
directory: "/"
10
schedule:
11
- interval: weekly
+ interval: "weekly"
12
registries:
13
- npm-github
14
+ - package-ecosystem: "github-actions"
15
+ directory: "/"
16
+ schedule:
17
0 commit comments