From 9e63e3d0bd271940d7f2f019340d07dc7609f418 Mon Sep 17 00:00:00 2001 From: tsoganov Date: Thu, 22 Aug 2024 11:23:52 +0300 Subject: [PATCH] Disable ruby version auto merge --- .github/workflows/ruby.yml | 2 +- .gitignore | 1 + .ruby-version | 2 +- renovate.json | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5eb7ea1ef..c234b880b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - ruby: [ '3.0.3' ] + ruby: [ '3.0.3' ] runs-on: ${{ matrix.os }} continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: diff --git a/.gitignore b/.gitignore index d2946aadd..6b81c1a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /lib/tasks/mock.rake .DS_Store /node_modules +/import diff --git a/.ruby-version b/.ruby-version index 619b53766..75a22a26a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.0.3 diff --git a/renovate.json b/renovate.json index 11d9ae957..86d198b8f 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ }, { "matchDepTypes": [".ruby-version"], - "addLabels": ["ruby-version"] + "addLabels": ["ruby-version"], + "automerge": false } ], "docker": {