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'