Skip to content

Commit

Permalink
Prepare for having Renovate add separate PRs for branch_9x (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy authored Jan 23, 2025
1 parent 263b922 commit ad9f0f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"includePaths": ["versions.*", "build.gradle", ".github/workflows/*"],
"postUpgradeTasks": {
"commands": ["./gradlew updateLicenses"],
"fileFilters": ["solr/licenses/*.sha1"],
"executionMode": "branch"
},
"schedule": ["* * * * *"],
"prConcurrentLimit": 3,
"prHourlyLimit": 3,
"branchPrefix": "renovate-9x/",
"commitMessageSuffix": " (branch_9x)",
"dryRun": "extract"
}

0 comments on commit ad9f0f6

Please sign in to comment.