Skip to content

Commit

Permalink
chore: Enabling Dependabot to access our npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
skycoop committed Nov 13, 2021
1 parent b8825a2 commit 39f79c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ updates:
directory: '/'
schedule:
interval: 'daily'
registries:
- npm-github
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.DEPENDABOT_REGISTRY_PAT}}

0 comments on commit 39f79c5

Please sign in to comment.