From 83fc74ada6ab7cb28ea21ace6f86b61fde484541 Mon Sep 17 00:00:00 2001 From: juskora Date: Fri, 26 Apr 2024 09:23:48 +0200 Subject: [PATCH] [TMP] Run regression --- dependencies.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..2a19569b --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-7699-dashboard-blocks-update as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/dashboard", + "package": "ibexa/dashboard", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-7699-empty-chart as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file