Skip to content

Commit

Permalink
fix: set depsUpgrade as false because renovate is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Oct 2, 2023
1 parent 00e15e0 commit 4a7c10b
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 5,344 deletions.
1 change: 0 additions & 1 deletion .gitattributes

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

1 change: 0 additions & 1 deletion .gitignore

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

5 changes: 0 additions & 5 deletions .projen/deps.json

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

31 changes: 0 additions & 31 deletions .projen/tasks.json

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

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ const formatOptions: Pick<TypeScriptProjectOptions, 'prettier' | 'prettierOption
},
};

const pipelineOptions: Pick<TypeScriptProjectOptions, 'github' | 'githubOptions' | 'renovatebot'> = {
const pipelineOptions: Pick<TypeScriptProjectOptions, 'depsUpgrade' | 'github' | 'githubOptions' | 'renovatebot'> = {
depsUpgrade: false,
github: true,
githubOptions: { pullRequestLint: false },
renovatebot: true,
Expand Down
Loading

0 comments on commit 4a7c10b

Please sign in to comment.