Skip to content

Commit 81b60de

Browse files
committed
chore: cursor comments
1 parent 93696cb commit 81b60de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/react-native-detox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
large-packages: false # Need this for packages that emulator depends on (specifically libx11-xcb1)
8080

8181
- name: Detox test
82-
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # renovate: ignoreDigest
82+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2
8383
with:
8484
api-level: 31
8585
arch: x86_64

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"matchPackageNames": ["*"]
88
},
99
{
10-
"description": "Disable digest pinning for a specific action",
10+
"description": "Disable all updates for the android emulator runner action",
1111
"matchPackageNames": ["reactivecircus/android-emulator-runner"],
1212
"matchDepTypes": ["action"],
13-
"pinDigests": false
13+
"matchDatasources": ["github"],
14+
"enabled": false
1415
}
1516
],
1617
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)