Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add job name to enable branch protection #11

Merged
merged 3 commits into from
Apr 14, 2022
Merged

Conversation

karlhorky
Copy link
Contributor

@karlhorky
Copy link
Contributor Author

karlhorky commented Apr 14, 2022

@matthias-fi Also, another thing that I just added which you may be interested in was this periodic CRON job to upgrade package versions to those supported by the latest Expo SDK version (this is similar to Renovate Bot or Dependabot, which don't currently support alternative upgrade commands):

https://github.com/upleveled/hotline-bling-codealong/blob/main/.github/workflows/cron-expo-install-new-versions.yml

This doesn't update the versions of packages not related to the Expo SDK though, such as Detox, so I have added those to an "allowlist"-type thing in the Renovate bot config here:

https://github.com/upleveled/hotline-bling-codealong/blob/main/renovate.json5

@matthias-fi
Copy link
Contributor

Cool Stuff @karlhorky , thanks for sharing!

@matthias-fi matthias-fi merged commit e7ea6c4 into master Apr 14, 2022
@matthias-fi matthias-fi deleted the karlhorky-patch-1 branch April 14, 2022 14:21
@karlhorky
Copy link
Contributor Author

Ok, last thing before I move on from deep dives in React Native rabbit holes for another 6-24 months - I created an action and Bash script to start the Expo dev server (with Expo Go installation, etc), to verify that new versions of packages don't break this:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants