mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
11 lines
252 B
JavaScript
11 lines
252 B
JavaScript
module.exports = {
|
|
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
|
|
onboarding: false,
|
|
requireConfig: "required",
|
|
platform: 'github',
|
|
includeForks: false,
|
|
repositories: [
|
|
'apache/solr'
|
|
],
|
|
allowedPostUpgradeCommands: ["./gradlew.*"]
|
|
};
|