Skip to content

Commit c93860f

Browse files
author
Ni Nelli
committed
refactor: change renovate command default answer
1 parent ec9d6ee commit c93860f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
.phpunit.result.cache
3-
vendor/
3+
vendor/
4+
.phpunit.cache

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function handle(): void
129129
}
130130
}
131131

132-
if ($this->confirm('Would you use Renovate dependabot?')) {
132+
if ($this->confirm('Would you use Renovate dependabot?', true)) {
133133
$this->saveRenovateJSON();
134134

135135
if ($shouldGenerateReadme) {

0 commit comments

Comments
 (0)