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 ab72878
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ updates:
directory: '/'
schedule:
interval: 'daily'
registries:
- npm-npmjs
- npm-github
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
registries:
npm-npmjs:
type: npm-registry
url: https://registry.npmjs.org
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.DEPENDABOT_REGISTRY_PAT}}

0 comments on commit ab72878

Please sign in to comment.