From cf13b3d3b5cfa7b0a646203b9cbc3b02ecdff056 Mon Sep 17 00:00:00 2001 From: KamilSznajdrowicz Date: Fri, 24 Oct 2025 15:09:34 +0200 Subject: [PATCH 1/2] [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..e221fcf0 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/workflow", + "package": "ibexa/workflow", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file From b0bc392fcee0f006d34759ba1fecb3e85f60889c Mon Sep 17 00:00:00 2001 From: Kamil Sznajdrowicz <93484579+KamilSznajdrowicz@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:45:09 +0100 Subject: [PATCH 2/2] Update dependencies.json --- dependencies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index e221fcf0..fa664f13 100644 --- a/dependencies.json +++ b/dependencies.json @@ -12,6 +12,12 @@ "repositoryUrl": "https://github.com/ibexa/workflow", "package": "ibexa/workflow", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/notifications", + "package": "ibexa/notifications", + "shouldBeAddedAsVCS": true } ] -} \ No newline at end of file +}