Skip to content

Commit

Permalink
Renovate: Enable lock file maintenance, pnpm & node group (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto authored Aug 25, 2024
1 parent 73569fe commit 0aae33b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"extends": ["seek"],
"commitMessagePrefix": null,
"timezone": "Australia/Melbourne",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 8am on Tuesday"]
},
"packageRules": [
{
"matchPackagePrefixes": ["playroom", "@capsizecss/", "@crackle/"],
Expand All @@ -11,6 +16,12 @@
"matchPackagePrefixes": ["@testing-library/"],
"enabled": true,
"schedule": ["before 9am on Monday"]
},
{
"groupName": "Node & pnpm",
"matchPackageNames": ["node", "pnpm"],
"enabled": true,
"schedule": ["before 8am on Monday"]
}
]
}

0 comments on commit 0aae33b

Please sign in to comment.