Skip to content

Commit

Permalink
fix: add missing comma to projenrc
Browse files Browse the repository at this point in the history
  • Loading branch information
andskli committed Apr 8, 2022
1 parent 3bb7dfd commit f760aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const project = new awscdk.AwsCdkConstructLibrary({

dependabot: true,
dependabotOptions: {
scheduleInterval: DependabotScheduleInterval.MONTHLY
}
scheduleInterval: DependabotScheduleInterval.MONTHLY,
},
});

const common_excludes = [
Expand Down

0 comments on commit f760aa6

Please sign in to comment.