Skip to content

Commit 0ad7fb6

Browse files
authored
CCD-6502 Update renovate.json & remove Dependabot (#165)
* Delete .github/dependabot.yml * Update renovate.json
1 parent 0012acd commit 0ad7fb6

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/renovate.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"local>hmcts/.github:renovate-config"
4+
"local>hmcts/.github:renovate-config",
5+
"local>hmcts/.github//renovate/automerge-minor"
56
],
6-
"labels": [
7-
"Renovate-dependencies"
8-
],
9-
"major": {
10-
"dependencyDashboardApproval": true
11-
},
12-
"packageRules": [
13-
{
14-
"matchUpdateTypes": [
15-
"minor",
16-
"patch"
17-
],
18-
"groupName": "All patch-minor dependencies",
19-
"groupSlug": "All-minor-patch",
20-
"addLabels": [
21-
"Renovate All-minor-patch"
22-
],
23-
"automerge": false
24-
}
25-
]
7+
"labels": ["Renovate Dependencies"],
8+
"prConcurrentLimit": 5,
9+
"schedule": ["* 16-19 * * 1-5"],
10+
"automergeSchedule": ["* 14-18 * * 1-4"],
11+
"rebaseWhen": "conflicted"
2612
}

0 commit comments

Comments
 (0)