diff --git a/renovate.json b/renovate.json index a152ca06c..5cb069792 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,18 @@ ], "executionMode": "branch" }, - "matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"] + "matchManagers": ["npm"] + }, + { + "postUpgradeTasks": { + "commands": [ + "pnpm install --frozen-lockfile", + "bash ./tools/sync-all-modules.sh", + "pnpm update-generated-files" + ], + "executionMode": "branch" + }, + "matchUpdateTypes": ["lockFileMaintenance"] } ] }