Skip to content

Commit

Permalink
Merge pull request #6 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 301910c + 0c664f4 commit 45d589d
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:
ruby-github:
type: rubygems-server
url: https://rubygems.pkg.github.com/appfolio
token: "${{secrets.READ_ONLY_PACKAGES_CCIMU}}"
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
registries: "*"

0 comments on commit 45d589d

Please sign in to comment.