mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
Enable solr-playground project for testing
This commit is contained in:
parent
7dcd779ec2
commit
d2b6982282
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ module.exports = {
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
includeForks: false,
|
includeForks: false,
|
||||||
repositories: [
|
repositories: [
|
||||||
'apache/solr'
|
'apache/solr',
|
||||||
|
'cominvent/solr-playground'
|
||||||
],
|
],
|
||||||
allowedPostUpgradeCommands: ["./gradlew.*"]
|
allowedPostUpgradeCommands: ["./gradlew.*"]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue