Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
matchDepNames: ['pnpm', 'typescript', 'node'],
postUpgradeTasks: {
commands: [
'pnpm install --frozen-lockfile',
'pnpm install --frozen-lockfile --ignore-scripts',
Comment thread
josephperrott marked this conversation as resolved.
'bash -c "pnpm ng-dev misc sync-module-bazel || true"', // If `ng-dev` doesn't exist, avoid a hard error.
],
executionMode: 'branch',
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"postUpgradeTasks": {
"commands": [
"pnpm install --frozen-lockfile",
"pnpm install --frozen-lockfile --ignore-scripts",
"bash ./tools/sync-all-modules.sh",
"pnpm update-generated-files"
],
Expand All @@ -22,7 +22,7 @@
{
"postUpgradeTasks": {
"commands": [
"pnpm install --frozen-lockfile",
"pnpm install --frozen-lockfile --ignore-scripts",
"bash ./tools/sync-all-modules.sh",
"pnpm update-generated-files"
],
Expand Down
Loading