1 Commits

Author SHA1 Message Date
Renovate Bot
0d088fa466 Update ghcr.io/renovatebot/renovate Docker tag to v39.170.1
All checks were successful
Generation data pour merge sur master / reviewProcess (pull_request) Successful in 1m29s
2025-02-15 00:00:46 +00:00
4 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
name: renovate
on:
schedule:
- cron: "@daily"
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.170.1
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/mcmuzzle/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '10.0.x'
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore ./src/LudikZone.sln
- name: Build

View File

@@ -1,6 +1,6 @@
services:
postgresql:
image: postgres:18
image: postgres:17
ports:
- "${DB_PORT:-5432}:5432"
volumes:

View File

@@ -1,6 +1,6 @@
services:
postgresql:
image: postgres:18
image: postgres:17
ports:
- "${DB_PORT:-5432}:5432"
volumes: