This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new ad9f0f61b10 Prepare for having Renovate add separate PRs for branch_9x
(#3057)
ad9f0f61b10 is described below
commit ad9f0f61b10225a98caa8258b73977b99c18e87b
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Jan 23 20:10:32 2025 +0100
Prepare for having Renovate add separate PRs for branch_9x (#3057)
---
.github/renovate.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 00000000000..e42a1c9808b
--- /dev/null
+++ b/.github/renovate.json
@@ -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"
+}