From 2d3b3c0ba1331158484c01fa2a4d7c8045573fea Mon Sep 17 00:00:00 2001 From: Thiago Youssef Date: Wed, 20 Apr 2022 17:00:20 +0300 Subject: [PATCH 1/2] Change renovate config to delay ruby version updates --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a1a4fde6b..8666ee423 100644 --- a/renovate.json +++ b/renovate.json @@ -9,17 +9,20 @@ "automergeType": "pr" }, { - "depTypeList": ["ruby", "bundler", "Gemfile", "Gemfile.lock"], + "matchDepTypes": ["ruby", "bundler", "Gemfile", "Gemfile.lock"], "addLabels": ["bundler"] }, { - "depTypeList": [".ruby-version"], + "matchDepTypes": [".ruby-version"], "addLabels": ["ruby-version"] } ], "docker": { "enabled": false }, + "ruby": { + "stabilityDays": 30 + }, "ignorePaths": [ "Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml", ".github/workflows/remove_st_after_pr.yml" From f8d73cc76bf39b687ec116524261f76634fbe882 Mon Sep 17 00:00:00 2001 From: Thiago Youssef Date: Thu, 21 Apr 2022 10:25:39 +0300 Subject: [PATCH 2/2] Increase delay for 2 months --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8666ee423..11d9ae957 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,7 @@ "enabled": false }, "ruby": { - "stabilityDays": 30 + "stabilityDays": 60 }, "ignorePaths": [ "Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",