Skip to content

Commit 9d8bec2

Browse files
committed
chore: cursor comments
1 parent 93696cb commit 9d8bec2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
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-tags"],
14+
"matchManagers": ["github-actions"],
15+
"enabled": false
1416
}
1517
],
1618
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)