mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
2e5764635e
Co-authored-by: Rhys Arkins <rhys@arkins.net>
32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"name": "acme/git-sources",
|
|
"description": "Fetch Packages via bitbucket-tags",
|
|
"repositories": [
|
|
{
|
|
"name": "awesome/bitbucket-repo1",
|
|
"type": "vcs",
|
|
"url": "https://bitbucket.org/awesome/bitbucket-repo1.git"
|
|
},
|
|
{
|
|
"name": "awesome/bitbucket-repo2",
|
|
"type": "vcs",
|
|
"url": "git@bitbucket.org/awesome/bitbucket-repo2.git"
|
|
},
|
|
{
|
|
"name": "awesome/bitbucket-repo3",
|
|
"type": "vcs",
|
|
"url": "git@bitbucket.org/awesome/bitbucket-repo3"
|
|
}
|
|
],
|
|
"require": {
|
|
"awesome/bitbucket-repo1": "dev-trunk",
|
|
"awesome/bitbucket-repo2": "dev-trunk",
|
|
"awesome/bitbucket-repo3": "dev-trunk"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Acme": "src/"
|
|
}
|
|
}
|
|
}
|