Skip to content

Commit

Permalink
chore: update ci/cd configuration (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent 5ab9456 commit 8cd77da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
19 changes: 9 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "fix(deps): "
prefix: "chore: "
groups:
baseimages:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "chore(ci): "
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
directory: /
schedule:
interval: "daily"
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/pathfinderevents:latest'
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8cd77da

Please sign in to comment.