Skip to content

Commit

Permalink
chore(ci): ignore ci android images in renovate (#10592)
Browse files Browse the repository at this point in the history
* ignore ci android images in renovate

Co-authored-by: George Kartalis <[email protected]>

* dear lord ci

---------

Co-authored-by: George Kartalis <[email protected]>
  • Loading branch information
brainbicycle and gkartalis authored Aug 9, 2024
1 parent ee816a8 commit b298b11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": ["@artsy:app", ":automergePatch", "helpers:pinGitHubActionDigests"],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["cimg/android"],
"enabled": false
}
],
"assignees": ["gkartalis", "brainbicycle"],
"reviewers": ["gkartalis", "brianbicycle"]
}
2 changes: 1 addition & 1 deletion src/app/Scenes/MyProfile/MyProfilePayment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b298b11

Please sign in to comment.