Skip to content

Commit

Permalink
chore: configure renovate
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Apr 20, 2020
1 parent a311354 commit 4ecfbce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
@@ -0,0 +1,18 @@
{
"extends": [
"config:base",
"docker:disable"
],
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
"after 9am and before 3pm"
],
"gitAuthor": null,
"packageRules": [
{
"extends": "packages:linters",
"groupName": "linters"
}
]
}

0 comments on commit 4ecfbce

Please sign in to comment.