Skip to content

Commit 64ce327

Browse files
author
Wei Dai
authored
Merge pull request #6 from appfolio/configDependabotPrivateRepos
Setup Dependabot to use GitHub private registries
2 parents 9c2b95c + 98ad9df commit 64ce327

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
registries:
4+
ruby-github:
5+
type: rubygems-server
6+
url: https://rubygems.pkg.github.com/appfolio
7+
token: "${{secrets.READ_ONLY_PACKAGES_CCIMU}}"
8+
updates:
9+
- package-ecosystem: bundler
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
pull-request-branch-name:
14+
separator: "-"
15+
registries: "*"

0 commit comments

Comments
 (0)