From be971429c222645636fb0d1518449da625796105 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:10:20 +0100 Subject: [PATCH] chore: update ci/cd configuration (#65) --- .github/dependabot.yml | 20 +++++++++++--------- .github/workflows/schedule.yaml | 4 ++-- 2 files changed, 13 insertions(+), 11 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 62be1bc..82f9e47 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-core:latest'