Skip to content

Commit ec6faf6

Browse files
authored
Update client.interface.ts
1 parent a16c833 commit ec6faf6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ph-node-api/src/interfaces/client.interface.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,28 @@ export interface RequestParams {
55
path: string;
66
params?: {};
77
}
8+
//
9+
{
10+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
11+
"extends": [
12+
"config:base",
13+
"schedule:daily",
14+
":disableRateLimiting",
15+
"group:linters",
16+
"group:testNonMajor",
17+
":automergeLinters",
18+
":automergeTesters",
19+
":automergeTypes"
20+
],
21+
"timezone": "America/Montreal",
22+
"labels": [
23+
"dependency"
24+
],
25+
"lockFileMaintenance": {
26+
"enabled": true,
27+
"automerge": true,
28+
"schedule": [
29+
"before 5am on monday"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)