mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
* 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>
19 lines
289 B
JSON
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"
|
|
}
|
|
]
|
|
}
|