From 498cd0a5ec60486dc182621c930bd716067b8536 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:15:17 +0100 Subject: [PATCH] chore: update ci/cd configuration (#75) --- .github/dependabot.yml | 23 +++++++++++++++-------- .github/workflows/schedule.yaml | 4 ++-- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9dafbb..f130468 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,22 @@ 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 + - package-ecosystem: pip + directory: / + schedule: + interval: daily diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 138da39..a3b56d7 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/python-minimal:latest'