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 28a1c97 commit dfc7269
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 dfc7269

Please sign in to comment.