Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Renovate configuration (#791)
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 9, 2024
1 parent d64c4ea commit 67d408d
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 67d408d

Please sign in to comment.