diff --git a/renovate.json b/renovate.json index b989c61990c..4c401101de3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,12 @@ { "extends": ["@artsy:app", ":automergePatch", "helpers:pinGitHubActionDigests"], + "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackageNames": ["cimg/android"], + "enabled": false + } + ], "assignees": ["gkartalis", "brainbicycle"], "reviewers": ["gkartalis", "brianbicycle"] } diff --git a/src/app/Scenes/MyProfile/MyProfilePayment.tsx b/src/app/Scenes/MyProfile/MyProfilePayment.tsx index e01079f0c7c..03696732064 100644 --- a/src/app/Scenes/MyProfile/MyProfilePayment.tsx +++ b/src/app/Scenes/MyProfile/MyProfilePayment.tsx @@ -30,7 +30,7 @@ import { const NUM_CARDS_TO_FETCH = 100 // stupidly high because most people will have 1 or *maybe* 2 -// VERY DIRTY HACK +// VERY DIRTY HACK! // When creating a new card we need to wait for a refresh of this screen before navigating back. // At the moment the only way for these screens to communicate is via global state, since we can't // transmit react contexts accross screens.