Add Java to be able to run gradle

This commit is contained in:
Jan Høydahl 2023-02-21 15:45:56 +01:00
parent a34d03163f
commit a4cfe6f354
2 changed files with 8 additions and 4 deletions

View file

@ -3,10 +3,9 @@ module.exports = {
onboarding: false,
requireConfig: false,
platform: 'github',
includeForks: true,
includeForks: false,
repositories: [
'cominvent/renovate-test'
],
allowedPostUpgradeCommands: ["./gradlew.*"],
logFileLevel: "debug"
allowedPostUpgradeCommands: ["./gradlew.*"]
};