Skip to content

Commit

Permalink
Add Dependabot authentication (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled authored Feb 21, 2024
1 parent 4e329be commit c4050cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
version: 2
registries:
npm-private-registry:
type: npm-registry
url: ${{ secrets.NPM_REGISTRY }}
token: ${{ secrets.NPM_TOKEN }}

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 50 # only allow security update
registries:
- npm-private-registry

0 comments on commit c4050cc

Please sign in to comment.