Skip to content

Commit f8a7601

Browse files
authored
Feature/196271 update renovate config (#674)
* Updated the renovate.json to inherit its configuration from the share renovate repository
1 parent 8090c61 commit f8a7601

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

renovate.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
"group:linters",
6-
"group:test",
7-
"schedule:weekly",
8-
":approveMajorUpdates",
9-
":automergeLinters",
10-
":automergePatch",
11-
":automergePr",
12-
":automergeRequireAllStatusChecks",
13-
":automergeTesters",
14-
":maintainLockFilesWeekly",
15-
":dependencyDashboard"
16-
],
17-
"timezone": "Europe/London",
18-
"minimumReleaseAge": "7 days",
19-
"automergeSchedule": ["after 10am every weekday", "before 4pm every weekday"],
20-
"labels": ["dependencies", "renovate"],
21-
"vulnerabilityAlerts": {
22-
"addLabels": ["security"]
23-
},
24-
"major": {
25-
"addLabels": ["major"]
26-
}
27-
}
3+
"extends": [ "github>DFE-Digital/rsd-renovate-config" ]
4+
}

0 commit comments

Comments
 (0)