Skip to content

Commit db6390a

Browse files
authored
Update renovate.json
1 parent 2a8d9f9 commit db6390a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

renovate.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
3+
"extends": ["config:base"],
4+
"platform": "github",
5+
"automerge": true,
6+
"ignoreTests": true,
7+
"platformAutomerge": true,
8+
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["minor", "patch", "pin", "bump", "digest"],
11+
"platform": "github",
12+
"automerge": true,
13+
"ignoreTests": true,
14+
"platformAutomerge": true,
15+
"prHourlyLimit": 0,
16+
"prConcurrentLimit": 0,
17+
"prCreation": "immediate",
18+
"commitMessagePrefix": "chore(deps): update dependency",
19+
"commitMessageTopic": "",
20+
"labels": ["dependencies"]
21+
}
522
]
623
}

0 commit comments

Comments
 (0)