protobuf.js/renovate.json
renovate[bot] 4ecfbcedaa
chore: configure renovate
* chore(deps): add renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
2020-04-20 14:00:12 -07:00

19 lines
289 B
JSON

{
"extends": [
"config:base",
"docker:disable"
],
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
"after 9am and before 3pm"
],
"gitAuthor": null,
"packageRules": [
{
"extends": "packages:linters",
"groupName": "linters"
}
]
}