Skip to content

Commit

Permalink
Updated renovate config to extend the shared config (#1439)
Browse files Browse the repository at this point in the history
Co-authored-by: FrostyApeOne <[email protected]>
  • Loading branch information
FrostyApeOne and FrostyApeOne authored Jan 16, 2025
1 parent a57c568 commit 3be0056
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:linters",
"group:test",
"schedule:weekly",
":approveMajorUpdates",
":automergeLinters",
":automergePatch",
":automergePr",
":automergeRequireAllStatusChecks",
":automergeTesters",
":maintainLockFilesWeekly",
":dependencyDashboard"
],
"timezone": "Europe/London",
"minimumReleaseAge": "7 days",
"baseBranches": ["main", "staging"],
"automergeSchedule": ["after 10am every weekday", "before 4pm every weekday"],
"labels": ["dependencies", "renovate"],
"vulnerabilityAlerts": {
"addLabels": ["security"]
},
"major": {
"addLabels": ["major"]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:linters",
"group:test",
"schedule:weekly",
":approveMajorUpdates",
":automergeLinters",
":automergePatch",
":automergePr",
":automergeRequireAllStatusChecks",
":automergeTesters",
":maintainLockFilesWeekly",
":dependencyDashboard",
"github>DFE-Digital/rsd-renovate-config"
],
"timezone": "Europe/London",
"minimumReleaseAge": "7 days",
"baseBranches": [ "main", "staging" ],
"automergeSchedule": [ "after 10am every weekday", "before 4pm every weekday" ],
"labels": [ "dependencies", "renovate" ],
"vulnerabilityAlerts": {
"addLabels": [ "security" ]
},
"major": {
"addLabels": [ "major" ]
}
}

0 comments on commit 3be0056

Please sign in to comment.