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