Skip to content

Commit

Permalink
chore: add GitHub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-remylenoir committed Apr 9, 2024
1 parent 404032f commit e2ffc70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ registries:
type: npm-registry
url: https://registry.npmjs.org
token: '${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}'
npm-registry-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}}

updates:
- package-ecosystem: 'npm'
Expand All @@ -25,6 +29,7 @@ updates:
- 'contentful/team-tolkien'
registries:
- npm-registry-registry-npmjs-org
- npm-registry-github
allow:
- dependency-name: '@contentful/live-preview'
target-branch: 'main-private'
Expand Down

0 comments on commit e2ffc70

Please sign in to comment.