Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
Update renovate config.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 1, 2022
1 parent 9b2810f commit 5613733
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitScopeDisabled"
":dependencyDashboard",
":gitSignOff",
":semanticCommitScopeDisabled",
"schedule:earlyMondays"
],
"prHeader": "Update Request | Renovate Bot",
"regexManagers": [
{
"fileMatch": [
Expand Down Expand Up @@ -34,10 +38,5 @@
],
"groupName": "go packages"
}
],
"schedule": [
"on monday at 1am"
],
"timezone": "Etc/UTC",
"dependencyDashboard": true
]
}

0 comments on commit 5613733

Please sign in to comment.