Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 0c216cf

Browse files
author
Alexander Melnyk
committed
fix: uncomment deps upgrade to keep github folder
1 parent d4abae1 commit 0c216cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.projenrc.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
1313
devDeps: [
1414
'@types/[email protected]', // pin until breaking changes is resolved: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60310
1515
],
16-
depsUpgradeOptions: {
17-
ignoreProjen: false,
18-
workflowOptions: {
19-
labels: ['auto-approve', 'auto-merge'],
20-
secret: 'PROJEN_GITHUB_TOKEN',
21-
},
22-
},
16+
// depsUpgradeOptions: {
17+
// ignoreProjen: false,
18+
// workflowOptions: {
19+
// labels: ['auto-approve', 'auto-merge'],
20+
// secret: 'PROJEN_GITHUB_TOKEN',
21+
// },
22+
// },
2323
github: false,
2424
publishToPypi: {
2525
distName: 'cdk-lambda-powertools-python-layer',

0 commit comments

Comments
 (0)