Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 15ab77c

Browse files
Add renovate config (#39)
1 parent b89b7e7 commit 15ab77c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

renovate.json

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

0 commit comments

Comments
 (0)