Skip to content

Commit

Permalink
Merge pull request #751 from bluehost/update/dependabot
Browse files Browse the repository at this point in the history
add gh package registry to dependabot for npm
  • Loading branch information
circlecube authored Oct 20, 2023
2 parents e0d74a8 + c4c299d commit 7dcc2ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ updates:
labels:
- "dependencies"
- "javascript"
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
replaces-base: true

# Maintain dependencies for Composer
- package-ecosystem: "composer"
Expand Down

0 comments on commit 7dcc2ed

Please sign in to comment.