Skip to content

Commit

Permalink
chore: update .projenrc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 19, 2023
1 parent 208e360 commit 7f04505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { ConstructLibraryCdktf } from "projen/lib/cdktf";
import { UpgradeDependenciesSchedule } from "projen/lib/javascript";
import { AutoApprove } from "./projenrc/auto-approve";
import { AutoMerge } from "./projenrc/automerge";
import { Automerge } from "./projenrc/automerge";
import { CustomizedLicense } from "./projenrc/customized-license";
import { UpgradeCDKTF } from "./projenrc/upgrade-cdktf";

Expand Down Expand Up @@ -58,7 +58,7 @@ const project = new ConstructLibraryCdktf({

new CustomizedLicense(project);
new AutoApprove(project);
new AutoMerge(project);
new Automerge(project);
new UpgradeCDKTF(project);

project.addPeerDeps(
Expand Down

0 comments on commit 7f04505

Please sign in to comment.