Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 5dc24e7

Browse files
committed
Add renovate.json
1 parent 070ad1b commit 5dc24e7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

renovate.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
"group:all",
6+
"schedule:weekly"
7+
],
8+
"assigneesFromCodeOwners": true,
9+
"assigneesSampleSize": 1,
10+
"separateMinorPatch": true,
11+
"branchPrefix": "chore/renovate/",
12+
"commitBodyTable": true,
13+
"commitMessageAction": "Pin",
14+
"commitMessageTopic": "{{depName}}",
15+
"packageRules": [
16+
{
17+
"matchDepTypes": [
18+
"devDependencies"
19+
],
20+
"matchUpdateTypes": [
21+
"patch",
22+
"minor"
23+
],
24+
"commitMessageSuffix": "dev",
25+
"automerge": true,
26+
"groupName": "devDependencies (non-major)"
27+
}
28+
],
29+
"prConcurrentLimit": 5,
30+
"prHourlyLimit": 3,
31+
"rangeStrategy": "bump",
32+
"semanticCommits": "enabled",
33+
"semanticCommitScope": "{{parentDir}}",
34+
"vulnerabilityAlerts": {
35+
"labels": [
36+
"security"
37+
]
38+
}
39+
}

0 commit comments

Comments
 (0)