Skip to content

Commit

Permalink
chore: add extra pr for a catch-all package update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 12, 2024
1 parent 05690d5 commit d4d2e01
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4d2e01

Please sign in to comment.