Skip to content

Commit

Permalink
Add dependabot privs to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Apr 21, 2024
1 parent e2c74c6 commit 8e465b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
version: 2
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.GITHUB_TOKEN}}
updates:
- package-ecosystem: 'npm'
registries:
- npm-github
schedule:
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/'
schedule:
Expand Down

0 comments on commit 8e465b3

Please sign in to comment.