From d72b073ffd7aba4a695eeb87a924ebd611e360de Mon Sep 17 00:00:00 2001 From: Ozzie Vasdi <29984068+ovasdi@users.noreply.github.com> Date: Wed, 6 Apr 2022 17:51:58 -0400 Subject: [PATCH 1/3] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8168726b45..5a65e33f0c 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,6 @@ "@artsy:lib", "schedule:nonOfficeHours" ], - "assignees": ["icirellik"], + "assignees": ["sonecabr"], "reviewers": [] } From 4db5e63975c7ac065856c3e30c48e4cd0dad8bce Mon Sep 17 00:00:00 2001 From: Ozzie Vasdi <29984068+ovasdi@users.noreply.github.com> Date: Wed, 6 Apr 2022 18:03:59 -0400 Subject: [PATCH 2/3] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 281f45aec7..5c93fd1746 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - yarn: artsy/yarn@5.1.3 + yarn: artsy/yarn@6.1.0 codecov: codecov/codecov@1.1.0 auto: artsy/auto@2.0.0 From 6a54fa123639f799da057ed424826af883fcfda1 Mon Sep 17 00:00:00 2001 From: Ozzie Vasdi <29984068+ovasdi@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:59:30 -0400 Subject: [PATCH 3/3] reassign --- renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 5a65e33f0c..f69236c2f5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "enabled": true, - "extends": [ - "@artsy:lib", - "schedule:nonOfficeHours" - ], - "assignees": ["sonecabr"], + "extends": ["@artsy:lib", "schedule:nonOfficeHours"], + "assignees": ["ovasdi"], "reviewers": [] }