Skip to content

Commit

Permalink
Configure Renovate (googleapis#204)
Browse files Browse the repository at this point in the history
* Add renovate.json

* update renovate.json
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jun 27, 2018
1 parent a698a48 commit 8a00622
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": [
"config:base",
"docker:disable"
],
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
"after 10pm and before 5am"
],
"lockFileMaintenance": {
"enabled": true,
"recreateClosed": true,
"schedule": [
"before 10am on tuesday"
]
},
"gitAuthor": null
}

0 comments on commit 8a00622

Please sign in to comment.