Skip to content

Commit

Permalink
configure dependabot to use private github gem/npm registries
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislujan committed Feb 8, 2022
1 parent b6ff220 commit 30ebba2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 2
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: "${{secrets.READ_ONLY_PACKAGES_CCIMU}}"
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
registries: "*"

0 comments on commit 30ebba2

Please sign in to comment.