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

Commit

Permalink
fix: uncomment deps upgrade to keep github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Melnyk committed Jun 14, 2022
1 parent d4abae1 commit 0c216cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
devDeps: [
'@types/[email protected]', // pin until breaking changes is resolved: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60310
],
depsUpgradeOptions: {
ignoreProjen: false,
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
secret: 'PROJEN_GITHUB_TOKEN',
},
},
// depsUpgradeOptions: {
// ignoreProjen: false,
// workflowOptions: {
// labels: ['auto-approve', 'auto-merge'],
// secret: 'PROJEN_GITHUB_TOKEN',
// },
// },
github: false,
publishToPypi: {
distName: 'cdk-lambda-powertools-python-layer',
Expand Down

0 comments on commit 0c216cf

Please sign in to comment.