Skip to content

Commit

Permalink
Merge pull request #1 from appfolio/configDependabotPrivateRepos
Browse files Browse the repository at this point in the history
Setup Dependabot to use GitHub private registries
  • Loading branch information
chrislujan authored Feb 8, 2022
2 parents c1db056 + 30f10d7 commit 84d1da9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
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: "/Example"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
registries: "*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
registries: "*"

0 comments on commit 84d1da9

Please sign in to comment.