Skip to content

Commit

Permalink
Fix renovate config (common-voice#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Colley authored Mar 21, 2022
1 parent c53c72d commit 6077fba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"extends": [
"config:base"
],
"extends": ["config:base"],
"packageRules": [
{
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"labels": ["dependencies"],
"dependencyDashboardLabels": ["dependencies"],
"dependencyDashboardLabels": ["dependencies"]
}
]
}

0 comments on commit 6077fba

Please sign in to comment.