Skip to content

Commit

Permalink
Fix renovate config again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Colley authored Mar 21, 2022
1 parent 9b41442 commit e49893b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"extends": ["config:base"],
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"labels": ["dependencies"],
"dependencyDashboardLabels": ["dependencies"]
"dependencyDashboardLabels": ["dependencies"],
"packageRules": [
{
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "pr",
"ignoreTests": false
}
]
}

0 comments on commit e49893b

Please sign in to comment.