Skip to content

Commit

Permalink
chore: update ci/cd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Mar 4, 2024
1 parent 4ab2175 commit 55562be
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
38 changes: 17 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"

# Maintain Python dependencies
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"

# Maintain JS dependencies
- package-ecosystem: "npm"
directory: "/"
interval: daily
commit-message:
prefix: "chore: "
groups:
baseimages:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"

# Maintain Docker images
- package-ecosystem: "docker"
directory: "/"
interval: daily
commit-message:
prefix: "chore(ci): "
- package-ecosystem: pip
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/[email protected].6
schedule-trivy:
uses: radiorabe/actions/.github/workflows/[email protected].7
with:
image-ref: 'ghcr.io/radiorabe/catpage:latest'
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run semantic-release
name: Semantic Release

on:
push:
Expand All @@ -8,6 +8,6 @@ on:

jobs:
semantic-release:
uses: radiorabe/actions/.github/workflows/[email protected].6
uses: radiorabe/actions/.github/workflows/[email protected].7
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 55562be

Please sign in to comment.