Skip to content

Commit 4ecfbce

Browse files
renovate[bot]renovate-botJustinBeckwith
authored
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>
1 parent a311354 commit 4ecfbce

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"docker:disable"
5+
],
6+
"pinVersions": false,
7+
"rebaseStalePrs": true,
8+
"schedule": [
9+
"after 9am and before 3pm"
10+
],
11+
"gitAuthor": null,
12+
"packageRules": [
13+
{
14+
"extends": "packages:linters",
15+
"groupName": "linters"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)