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

Commit 0dd01c3

Browse files
authored
chore: update renovate config to match opencensus-node (#437)
1 parent e4f1619 commit 0dd01c3

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

renovate.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:js-lib",
4+
"group:allNonMajor",
45
"docker:disable"
56
],
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-
]
7+
"dependencyDashboard": true
198
}

0 commit comments

Comments
 (0)