Skip to content

Commit

Permalink
Configure Renovate (common-voice#3510)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Zac Colley <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2022
1 parent 0987233 commit 373b202
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @common-voice/cv-engineers
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"reviewersFromCodeOwners": true
}
]
}

0 comments on commit 373b202

Please sign in to comment.