forked from common-voice/common-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unneeded
packageRules
in Renovate config
- Loading branch information
Zac Colley
authored
Mar 21, 2022
1 parent
5bf9a3f
commit fc52439
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"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"] | ||
} | ||
] | ||
"schedule": ["after 10pm and before 5am every weekday", "every weekend"], | ||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"], | ||
"automerge": true, | ||
"labels": ["dependencies"], | ||
"dependencyDashboardLabels": ["dependencies"] | ||
} |