Disable dry run

This commit is contained in:
Jan Høydahl 2023-02-17 10:06:15 +01:00
parent e1269a7f0c
commit 5f9c0b6dc5

View file

@ -9,5 +9,5 @@ module.exports = {
'cominvent/renovate-test' 'cominvent/renovate-test'
], ],
allowedPostUpgradeCommands: ["./gradlew.*"], allowedPostUpgradeCommands: ["./gradlew.*"],
dryRun: "full" logFileLevel: "debug"
}; };