From 9f6652db2ad57fb7af81dfc63f5b11e5a2380bc5 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 20 Jun 2019 11:08:25 +0200 Subject: [PATCH] Update repo.yml to be able to trigger VersionBot with `meta-balena` Changelog-entry: Update repo.yml to be able to trigger VersionBot with `meta-balena` Signed-off-by: Florin Sarbu --- repo.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/repo.yml b/repo.yml index 0882d2d..8b2772a 100644 --- a/repo.yml +++ b/repo.yml @@ -2,5 +2,7 @@ type: 'yocto-based OS image' reviewers: 1 upstream: - repo: 'meta-resin' - url: 'http://github.com/resin-os/meta-resin' \ No newline at end of file + - repo: 'meta-resin' + url: 'http://github.com/resin-os/meta-resin' + - repo: 'meta-balena' + url: 'http://github.com/balena-os/meta-balena' \ No newline at end of file