From c4a93522b2021cb6275bfe337fa5ddad102b3821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 9 Jan 2026 13:46:50 +0100 Subject: [PATCH 1/2] [TMP] Run regression --- dependencies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..5d6bc9f8 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-bump-dependencies as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From 0b0f5ea47dd9c3fdc3fde954c6afbec96b2cb8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 23 Jan 2026 15:35:20 +0100 Subject: [PATCH 2/2] fixup! [TMP] Run regression --- dependencies.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/dependencies.json b/dependencies.json index 5d6bc9f8..2503dc6f 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,11 +1,35 @@ { - "recipesEndpoint": "", + "recipesEndpoint": "https://api.github.com/repos/micszo/recipes-dev/contents/index.json?ref=flex/pull-2", "packages": [ { "requirement": "dev-bump-dependencies as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/behat", "package": "ibexa/behat", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-10495-bump-guzzle as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/automated-translation", + "package": "ibexa/automated-translation", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-support-es8 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/elasticsearch8", + "package": "ibexa/elasticsearch8", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10495-support-unsplash-client-3.2 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/connector-unsplash", + "package": "ibexa/connector-unsplash", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10495-bump-ES-to-8 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/oss", + "package": "ibexa/oss", + "shouldBeAddedAsVCS": false } ] -} \ No newline at end of file +}