From 2b3cd83935b0f7f1fa5e3564769227690d30dd28 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:13:02 +0100 Subject: [PATCH] chore: update ci/cd configuration (#62) --- .github/dependabot.yml | 20 +++++++++++--------- .github/workflows/schedule.yaml | 4 ++-- .github/workflows/semantic-release.yaml | 4 ++-- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c551361..b3c7efd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +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 7f98b59..edd455e 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/s2i-python: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 }}