Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/react-native-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
android: false # We need android.
large-packages: false # Need this for packages that emulator depends on (specifically libx11-xcb1)

- name: Detox test
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2
with:
api-level: 31
arch: x86_64
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"enabled": false,
"matchDatasources": ["npm"],
"matchPackageNames": ["*"]
},
{
"description": "Disable all updates for the android emulator runner action",
"matchPackageNames": ["reactivecircus/android-emulator-runner"],
"matchDepTypes": ["action"],
"matchDatasources": ["github-tags"],
"matchManagers": ["github-actions"],
"enabled": false
}
],
"vulnerabilityAlerts": {
Expand Down