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

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 3, 2022
1 parent 4ff6de0 commit 2446c0e
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 2446c0e

Please sign in to comment.