Skip to content

Commit

Permalink
Add renovate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jul 15, 2021
1 parent ac38aa8 commit f664a01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
":semanticCommits",
":widenPeerDependencies"
],
"schedule": [
"before 3am on Monday"
],
"prConcurrentLimit": 3,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
Expand All @@ -27,7 +30,7 @@
{
"depTypeList": ["devDependencies"],
"excludePackagePatterns": ["slonik"],
"excludePackageNames": ["@types/node", "fs-syncer", "@types/express"],
"excludePackageNames": ["@types/node", "fs-syncer", "@types/express", "strip-ansi"],
"automerge": true,
"groupName": "devDependencies",
"updateTypes": ["patch", "minor", "major", "lockFileMaintenance"]
Expand Down

0 comments on commit f664a01

Please sign in to comment.