Skip to content

Commit

Permalink
ci: Ensure a timezone and automerge is enabled for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth authored Oct 10, 2024
1 parent 1531cb6 commit d6e2d8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/London",
"automergeType": "branch",
"extends": [
"config:recommended"
"config:best-practices",
"schedule:automergeWeekdays",
":automergeAll"
]
}

0 comments on commit d6e2d8a

Please sign in to comment.