diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 26c9780..8875733 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -25,13 +25,13 @@ jobs: - name: Install node uses: actions/setup-node@v4 with: - node-version: '22' + node-version: "22" - name: Install bun uses: oven-sh/setup-bun@v2 - name: Install Renovate - run: bun install -g renovate@40 re2 + run: bun install -g renovate@40 - name: Echo repository run: echo ${{ github.repository }} diff --git a/renovate.json b/renovate.json index 40ca775..f551e4d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "automerge": false, "extends": [ "config:recommended" ], @@ -10,7 +11,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ + "managerFilePatterns": [ "^.*docker-compose\\.json$" ], "matchStrings": [ @@ -23,6 +24,7 @@ { "matchUpdateTypes": [ "minor", + "major", "patch", "pin", "digest"