From d4d2e010b50cc086777bb141214b4c01c6aa9c99 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 12 Aug 2024 10:06:49 +0200 Subject: [PATCH] chore: add extra pr for a catch-all package update --- .github/workflows/yarn-upgrade.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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