Skip to content

Commit

Permalink
renovate: migrate config renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c08f135 commit f206b5d
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 f206b5d

Please sign in to comment.