From 1fd22f95ea212205622010373b6a9ed4c143057c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jul 2024 15:41:27 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @cyclonedx/cdxgen to v10.8.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6925a38..3d2d63b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - CDXGEN_VERSION: '10.8.8' + CDXGEN_VERSION: '10.8.9' CDXGEN_PLUGINS_VERSION: '1.6.3' GRYPE_VERSION: 'v0.79.3' SBOMQS_VERSION: 'v0.1.7' From eabd945a02898ba1e0dc2a92a6becb940fe2d081 Mon Sep 17 00:00:00 2001 From: Florian Heubeck <40993644+heubeck@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:51:19 +0200 Subject: [PATCH 2/2] fix(deps): Remove testcontainer updates after cleanup --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32811a1..44e9ce3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,3 @@ updates: directory: "/src/main/docker" schedule: interval: "daily" - - package-ecosystem: "docker" - directory: "/src/test/resources/testcontainers" - schedule: - interval: "daily"