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

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Mar 2, 2023
1 parent 7966574 commit 68e9689
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
":semanticCommitsDisabled"
],
"timezone": "Europe/Berlin",
"schedule": [
"on monday after 9am"
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
}

0 comments on commit 68e9689

Please sign in to comment.