Adapt for Solr

This commit is contained in:
Jan Høydahl 2023-02-17 01:32:26 +01:00
parent 76c99fbefe
commit 15c48d9217
7 changed files with 47 additions and 190 deletions

13
solr/renovate-config.js Normal file
View file

@ -0,0 +1,13 @@
module.exports = {
branchPrefix: 'renovate/',
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
onboarding: false,
requireConfig: false,
platform: 'github',
includeForks: false,
repositories: [
'cominvent/renovate-test'
],
allowedPostUpgradeCommands: ["./gradlew.*"],
dryRun: "full"
};