Skip to content

Commit 334d54e

Browse files
authored
Merge pull request codeharborhub#243 from CodeHarborHub/Ajay-Dhangar-patch-18
Add Renovate configuration for automated dependency updates
2 parents 54612f9 + f500c0c commit 334d54e

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

renovate.json

+21-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
6-
}
2+
"extends": [
3+
"config:base"
4+
],
5+
"schedule": [
6+
"at any time"
7+
],
8+
"packageRules": [
9+
{
10+
"packagePatterns": ["*"],
11+
"groupName": "all dependencies",
12+
"groupSlug": "all"
13+
}
14+
],
15+
"automerge": true,
16+
"automergeType": "pr",
17+
"prHourlyLimit": 5,
18+
"prConcurrentLimit": 10,
19+
"labels": ["dependencies"],
20+
"reviewers": ["Ajay-Dhangar"],
21+
"assignees": ["Ajay-Dhangar"]
22+
}

0 commit comments

Comments
 (0)