Skip to content

Commit

Permalink
ci: ignore changes to .yarn/releases
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alan-agius4 committed Dec 16, 2024
1 parent e4ff5c9 commit deafa3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"labels": ["target: minor", "action: merge"],
"timezone": "America/Tijuana",
"postUpgradeTasks": {
"commands": ["yarn install --frozen-lockfile --non-interactive", "yarn bazel run @npm2//:sync"],
"commands": [
"git restore .yarn/releases/yarn-4.5.0.cjs",
"yarn install --frozen-lockfile --non-interactive",
"yarn bazel run @npm2//:sync"
],
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*"],
"executionMode": "branch"
},
Expand Down

0 comments on commit deafa3b

Please sign in to comment.