Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Sep 3, 2024
1 parent 55352ae commit 9a570a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
11 changes: 6 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
extends: [ 'config:recommended' ],
postUpdateOptions: [ 'pnpmDedupe' ],
prConcurrentLimit: 3,
lockFileMaintenance: {
enabled: true,
schedule: [ 'before 3:00 am on Monday on the 7th through 13th day of the month' ]
}
packageRules: [
{
groupName: 'Group',
matchPackageNames: [ 'chalk', 'noop6' ],
},
],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"ansi-styles": "^4.0.0",
"noop6": "^1.0.0",
"chalk": "4.0.0"
},
"engines": {
Expand Down
19 changes: 8 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 9a570a5

Please sign in to comment.