Skip to content

Commit fabe38a

Browse files
authored
Merge pull request #307 from github/danrigby/dependabot-actions
Have Dependabot Update Workflow Actions
2 parents 5e20725 + eba264c commit fabe38a

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)