diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index ba2ccfca1f..06e9b861d9 100644 --- a/.github/workflows/yarn-upgrade.yml +++ b/.github/workflows/yarn-upgrade.yml @@ -129,6 +129,22 @@ jobs: "@cdktf/commons", ], }, + # Sometimes we are very lucky and all packages can be updated in one go + # We should take the chance and spare us some rebases + { + name: "all", + packages: + [ + "cdktf-cli", + "@cdktf/cli-core", + "cdktf", + "@cdktf/hcl2cdk", + "@cdktf/hcl2json", + "@cdktf/provider-schema", + "@cdktf/provider-generator", + "@cdktf/commons", + ], + }, ] steps: - name: Check Out