Skip to content

Commit

Permalink
Revert from @dependabot rebase to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 27, 2024
1 parent 690f2e1 commit 2cd03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/GitHub/DependabotJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class DependabotJob extends Job implements ShouldBeUnique
{
protected string $message = '@dependabot rebase';
protected string $message = '@dependabot merge';

public int $uniqueFor = 600;

Expand Down

0 comments on commit 2cd03f5

Please sign in to comment.