Skip to content

Commit

Permalink
Tune renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jun 25, 2024
1 parent f9dbe44 commit 60fd1d9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"timezone": "Europe/Berlin",
"minimumReleaseAge": "3 days",
"schedule": ["before 8:00"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "patch",
"matchUpdateTypes": ["patch"]
}
]
}

0 comments on commit 60fd1d9

Please sign in to comment.