Skip to content

Commit

Permalink
chore: add renovate configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jan 14, 2025
1 parent a9d222f commit 6d509c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":combinePatchMinorReleases", "group:allNonMajor"],
"labels": ["t: dependencies"],
"reviewers": ["derklaro"],
"prHourlyLimit": 10,
"rebaseWhen": "conflicted",
"rebaseLabel": "s: rebase",
"stopUpdatingLabel": "s: stop updates",
"commitMessagePrefix": "chore: ",
"commitMessageAction": "update"
}

0 comments on commit 6d509c4

Please sign in to comment.