From 93696cb2718ce6df4c3ac6e92526778c39f1a685 Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Fri, 5 Dec 2025 13:40:23 -0600 Subject: [PATCH 1/2] ci: reverting android emulator action digest --- .github/workflows/react-native-detox.yml | 3 ++- renovate.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index 99c8a5a087..4685b3425c 100644 --- a/.github/workflows/react-native-detox.yml +++ b/.github/workflows/react-native-detox.yml @@ -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 # renovate: ignoreDigest with: api-level: 31 arch: x86_64 diff --git a/renovate.json b/renovate.json index 10b8fd1f50..b1b56578d4 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,12 @@ "enabled": false, "matchDatasources": ["npm"], "matchPackageNames": ["*"] + }, + { + "description": "Disable digest pinning for a specific action", + "matchPackageNames": ["reactivecircus/android-emulator-runner"], + "matchDepTypes": ["action"], + "pinDigests": false } ], "vulnerabilityAlerts": { From 9d8bec28d3b3737feecc83d01ab6d861e9f7acde Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Fri, 5 Dec 2025 16:10:42 -0600 Subject: [PATCH 2/2] chore: cursor comments --- .github/workflows/react-native-detox.yml | 2 +- renovate.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index 4685b3425c..7e3c3eac3b 100644 --- a/.github/workflows/react-native-detox.yml +++ b/.github/workflows/react-native-detox.yml @@ -79,7 +79,7 @@ jobs: large-packages: false # Need this for packages that emulator depends on (specifically libx11-xcb1) - name: Detox test - uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # renovate: ignoreDigest + uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2 with: api-level: 31 arch: x86_64 diff --git a/renovate.json b/renovate.json index b1b56578d4..9d34c66a3d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,10 +7,12 @@ "matchPackageNames": ["*"] }, { - "description": "Disable digest pinning for a specific action", + "description": "Disable all updates for the android emulator runner action", "matchPackageNames": ["reactivecircus/android-emulator-runner"], "matchDepTypes": ["action"], - "pinDigests": false + "matchDatasources": ["github-tags"], + "matchManagers": ["github-actions"], + "enabled": false } ], "vulnerabilityAlerts": {