Skip to content

Commit

Permalink
renovate: Add config (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod authored Nov 19, 2024
1 parent fc7835f commit c08f135
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"branchConcurrentLimit": 3,
"labels":["Bot::Renovate"],
"semanticCommits": "disabled",
"commitMessagePrefix": "renovate:",
"reviewers": [
"echarrod", "adamhicks", "NeilLuno"
]
}

0 comments on commit c08f135

Please sign in to comment.