Skip to content

Commit

Permalink
deps: adjust renovate schedule and lockFileMaintenance config for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Oct 31, 2020
1 parent 2d9ca28 commit dcb9e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": [
"config:base"
],
"commitMessagePrefix": "dependencies:",
"commitMessagePrefix": "deps:",
"packageRules": [
{
"packagePatterns": [
Expand All @@ -11,8 +11,7 @@
"updateTypes": ["minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"schedule": ["after 8am on thursday"],
"lockFileMaintenance": { "enabled": true }
"schedule": ["before 8am on thursday"]
},
{
"updateTypes": ["major"],
Expand All @@ -21,6 +20,7 @@
],
"masterIssue": true,
"labels": ["dependencies"],
"lockFileMaintenance": { "enabled": true },
"reviewers": ["team:raiden-network/light-client"],
"reviewersSampleSize": 1,
"rangeStrategy": "bump",
Expand Down

0 comments on commit dcb9e21

Please sign in to comment.