repo.yml: Specify full path in upstream
This is required so that versionist can automatically include nested changelogs from renovate PRs. Changelog-entry: Specify full path in repo.yml upstreams Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
parent
824b15b6b8
commit
d32d8dc048
1 changed files with 1 additions and 3 deletions
4
repo.yml
4
repo.yml
|
@ -2,9 +2,7 @@
|
||||||
type: 'yocto-based OS image'
|
type: 'yocto-based OS image'
|
||||||
reviewers: 1
|
reviewers: 1
|
||||||
upstream:
|
upstream:
|
||||||
- repo: 'meta-resin'
|
- repo: 'layers/meta-balena'
|
||||||
url: 'http://github.com/resin-os/meta-resin'
|
|
||||||
- repo: 'meta-balena'
|
|
||||||
url: 'http://github.com/balena-os/meta-balena'
|
url: 'http://github.com/balena-os/meta-balena'
|
||||||
- repo: 'balena-yocto-scripts'
|
- repo: 'balena-yocto-scripts'
|
||||||
url: 'http://github.com/balena-os/balena-yocto-scripts'
|
url: 'http://github.com/balena-os/balena-yocto-scripts'
|
||||||
|
|
Loading…
Add table
Reference in a new issue