Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 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 7, 2022
2 parents 40a740a + 27d31ee commit 6fa67df
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 6fa67df

Please sign in to comment.