We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9d6ee + c93860f commit 2510b11Copy full SHA for 2510b11
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
.phpunit.result.cache
3
-vendor/
+vendor/
4
+.phpunit.cache
src/Commands/InitCommand.php
@@ -129,7 +129,7 @@ public function handle(): void
129
}
130
131
132
- if ($this->confirm('Would you use Renovate dependabot?')) {
+ if ($this->confirm('Would you use Renovate dependabot?', true)) {
133
$this->saveRenovateJSON();
134
135
if ($shouldGenerateReadme) {
0 commit comments