Skip to content

Commit 59985c2

Browse files
committed
ci: ignore changes to .yarn/releases
There is an unidentified issue causing the Yarn binary to be altered, resulting in packages not installing correctly and leading to failures in the process.
1 parent e4ff5c9 commit 59985c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"labels": ["target: minor", "action: merge"],
1010
"timezone": "America/Tijuana",
1111
"postUpgradeTasks": {
12-
"commands": ["yarn install --frozen-lockfile --non-interactive", "yarn bazel run @npm2//:sync"],
12+
"commands": [
13+
"git restore .yarn/releases/yarn-4.5.0.cjs",
14+
"yarn install --frozen-lockfile --non-interactive",
15+
"yarn bazel run @npm2//:sync"
16+
],
1317
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*"],
1418
"executionMode": "branch"
1519
},

0 commit comments

Comments
 (0)