From cf664db28aa9cdacaa4f7841344ff0addb57dd2d Mon Sep 17 00:00:00 2001 From: tsoganov Date: Fri, 7 Jun 2024 14:23:50 +0300 Subject: [PATCH] Reverted ruby version back to 3.0.3 --- .ruby-version | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a27998..75a22a26 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.0.3 diff --git a/renovate.json b/renovate.json index 006874a8..6586d196 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ }, { "matchDepTypes": [".ruby-version"], - "addLabels": ["ruby-version"] + "addLabels": ["ruby-version"], + "automerge": false } ], "docker": {