Skip to content

Commit

Permalink
dependabot private regisry update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed Jun 12, 2024
1 parent 0b47f19 commit d462aef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
registries:
npm-fontawesome:
type: npm-registry
url: https://npm.fontawesome.com/
token: ${{secrets.FONTAWESOME_NPM_TOKEN}}
replaces-base: true
npm-sepior:
type: npm-registry
url: https://nexus.sepior.net/repository/sepior-nodejs-tsm-sdk-group/
username: ${{secrets.SEPIOR_NPM_USERNAME}}
password: ${{secrets.SEPIOR_NPM_PASSWORD}}
replaces-base: true

0 comments on commit d462aef

Please sign in to comment.