Skip to content

Commit

Permalink
Merge pull request #147 from maevsi/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
dargmuesli authored Oct 26, 2024
2 parents 7d1664a + e0a4997 commit 17c785d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
build:
needs: prepare_jobs
name: dargstack rgen
uses: dargmuesli/github-actions/.github/workflows/[email protected]
with:
SKIP: ${{ needs.prepare_jobs.outputs.pr_found == 'true' && github.event_name != 'pull_request' }}
uses: dargmuesli/github-actions/.github/workflows/[email protected]
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.0-beta.5
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.3
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.1.1-beta.1
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.3
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- (( append ))
- traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex
- traefik.http.routers.maevsi_secure.tls.certresolver=default
image: ghcr.io/maevsi/maevsi:5.0.0
image: ghcr.io/maevsi/maevsi:5.0.1
user: (( prune ))
maevsi_beta:
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
Expand All @@ -76,7 +76,7 @@ services:
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE: /run/secrets/postgres_role_maevsi-tusd_username
image: ghcr.io/maevsi/maevsi:5.0.0
image: ghcr.io/maevsi/maevsi:5.0.1
secrets:
- maevsi_turnstile-key
- postgres_db
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
- (( append ))
- traefik.http.routers.prometheus_secure.tls.certresolver=default
sqitch:
image: ghcr.io/maevsi/sqitch:4.0.1
image: ghcr.io/maevsi/sqitch:4.0.2
volumes: (( prune ))
traefik:
command:
Expand Down

0 comments on commit 17c785d

Please sign in to comment.