From fb62ec71ff0b9d671ad09f472dd67432bfc6f42e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 18 Sep 2022 18:51:41 +0530 Subject: [PATCH] fix(renovate): re-allow Accompanist updates --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 957fd4ab..cc6b7ce7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,8 +11,7 @@ ], "packagePatterns": [ "^org.jetbrains.kotlin", - "^com.squareup.okhttp3", - "^com.google.accompanist" + "^com.squareup.okhttp3" ], "enabled": false }