mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Adapt for Solr
This commit is contained in:
parent
76c99fbefe
commit
15c48d9217
7 changed files with 47 additions and 190 deletions
13
solr/renovate-config.js
Normal file
13
solr/renovate-config.js
Normal 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"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue