Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 7bfda37 commit 3b7dc60
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":separateMultipleMajorReleases",
":semanticCommits"
],
"prConcurrentLimit": 5,
"prHourlyLimit": 5,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Dependencies Dashboard (Renovate Bot)",
"groupName": "all",
"dependencyDashboardAutoclose": true
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":separateMultipleMajorReleases",
":semanticCommits"
],
"prConcurrentLimit": 5,
"prHourlyLimit": 5,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Dependencies Dashboard (Renovate Bot)",
"groupName": "all",
"dependencyDashboardAutoclose": true
}

0 comments on commit 3b7dc60

Please sign in to comment.