Skip to content

Commit

Permalink
Merge pull request #49 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Revert from `@dependabot rebase` to `merge`
  • Loading branch information
andrey-helldar authored Mar 27, 2024
2 parents 4408170 + 2cd03f5 commit 761502a
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 761502a

Please sign in to comment.