Skip to content

Commit

Permalink
Fixing missing comma in depsUpgradeOption
Browse files Browse the repository at this point in the history
  • Loading branch information
ssennettau committed Mar 1, 2024
1 parent 088ce89 commit ec06b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve, auto-merge'],
}
},
},
autoApproveUpgrades: true,
autoApproveOptions: {
Expand Down

0 comments on commit ec06b4a

Please sign in to comment.