From cd9ccda5fb933d100232aedce21cef8c759b2ffd Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:08:38 +0100 Subject: [PATCH] chore: update ci/cd configuration (#42) --- .github/dependabot.yml | 19 +++++++++++-------- .github/workflows/schedule.yaml | 4 ++-- .github/workflows/semantic-release.yaml | 4 ++-- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9dafbb..b3c7efd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,18 @@ version: 2 updates: - - package-ecosystem: "docker" - directory: "/" + - package-ecosystem: docker + directory: / schedule: - interval: "daily" + interval: daily commit-message: - prefix: "feat: " - - package-ecosystem: "github-actions" - directory: "/" + prefix: "chore: " + groups: + baseimages: + patterns: + - "*" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily commit-message: prefix: "chore(ci): " - open-pull-requests-limit: 10 diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index f24dcd2..5e12701 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.6 + schedule-trivy: + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.7 with: image-ref: 'ghcr.io/radiorabe/kafka:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 00028b0..72d2b41 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,7 +7,7 @@ on: - release/* jobs: - call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.6 + semantic-release: + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.7 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}