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" +}