Skip to content

Commit

Permalink
chore: update ci/cd configuration (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Mar 4, 2024
1 parent 38c45a9 commit 498cd0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
23 changes: 15 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 498cd0a

Please sign in to comment.