We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424ce5 commit 2bf06feCopy full SHA for 2bf06fe
.projenrc.js
@@ -34,6 +34,7 @@ const project = new AwsCdkConstructLibrary({
34
releaseEveryCommit: true,
35
licensed: true, /* Indicates if a license should be added. */
36
dependabot: true,
37
+ depsUpgrade: false,
38
dependabotOptions: {
39
scheduleInterval: 'weekly',
40
versioningStrategy: 'lockfile-only',
0 commit comments