Skip to content

Commit

Permalink
Renovate configuration (#529)
Browse files Browse the repository at this point in the history
* This is inspired by the default renovate config used by dxw https://github.com/dxw/renovate-config/blob/main/default.json
  • Loading branch information
DrizzlyOwl authored Jul 4, 2024
1 parent ff68ef9 commit e61427d
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"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"]
}
}

0 comments on commit e61427d

Please sign in to comment.