Skip to content

Commit

Permalink
build: move provenance to projen
Browse files Browse the repository at this point in the history
* build: move provenance to projen

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

* ci: environment variable should be string
  • Loading branch information
gmeligio authored Feb 18, 2024
1 parent 2efaede commit 3c14329
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 125 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const jestDevDeps = ['@swc/jest', '@swc/core', 'jest-junit', 'cdktf'];

const bundledDeps = ([] as string[]).concat(projenDeps);
const devDeps = ([] as string[]).concat(projenDevDeps, jestDevDeps);
const peerDeps = ([] as string[]).concat('projen@^0.78.13', 'constructs@^10.3.0');
const peerDeps = ([] as string[]).concat('projen@^0.79.24', 'constructs@^10.3.0');

const renovatebotOptions: RenovatebotOptions = {
overrideConfig: {
Expand Down
22 changes: 22 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c14329

Please sign in to comment.