Skip to content

Commit

Permalink
chore: update projen (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr9 authored Jun 30, 2023
1 parent 5f5cea8 commit 10c1601
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .projen/tasks.json

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

10 changes: 10 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ const project = new javascript.NodeProject({

depsUpgrade: false,
renovatebot: true,
renovatebotOptions: {
overrideConfig: {
packageRules: [
{
matchUpdateTypes: ['patch', 'minor'],
groupName: 'dependencies (non-major)',
},
],
},
},

peerDeps: ['eslint@>=8.40.0', 'typescript@>=4.9.5'],
deps: [
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json

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

5 changes: 1 addition & 4 deletions renovate.json5

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

0 comments on commit 10c1601

Please # to comment.