Skip to content

Commit 2510b11

Browse files
authored
Merge pull request #30 from RonasIT/86c3469vp-renovate-yes
[86c3469vp] change renovate command default answer
2 parents ec9d6ee + c93860f commit 2510b11

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)