Skip to content

Commit

Permalink
Merge pull request #995 from DFE-Digital/feature/196271-add-shared-re…
Browse files Browse the repository at this point in the history
…novate-config

Updated renovate.json to use the shared renovate config repository
  • Loading branch information
FrostyApeOne authored Jan 24, 2025
2 parents af47e13 + 1288c92 commit f2af445
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
{
"$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",
"automergeSchedule": ["after 10am every weekday", "before 4pm every weekday"],
"labels": ["dependencies", "renovate"],
"vulnerabilityAlerts": {
"addLabels": ["security"]
},
"major": {
"addLabels": ["major"]
}
}
"extends": [ "github>DFE-Digital/rsd-renovate-config" ]
}

0 comments on commit f2af445

Please sign in to comment.