Skip to content

Commit

Permalink
renovate: migrate config renovate.json5 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 4157c5f commit 9d604d4
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
branchConcurrentLimit: 3,
labels: [
'Bot::Renovate',
],
semanticCommits: 'disabled',
commitMessagePrefix: 'renovate:',
reviewers: [
'echarrod',
'adamhicks',
'NeilLuno',
],
"branchConcurrentLimit": 3,
"labels":["Bot::Renovate"],
"semanticCommits": "disabled",
"commitMessagePrefix": "renovate:",
"reviewers": [
"echarrod", "adamhicks", "NeilLuno"
]
}

0 comments on commit 9d604d4

Please sign in to comment.