Skip to content

Commit

Permalink
Merge pull request #219 from TheDragonCode/4.x
Browse files Browse the repository at this point in the history
Added `dependabot` label assignment for PR from Dependabot
  • Loading branch information
andrey-helldar authored Mar 27, 2024
2 parents 115f2a7 + d282945 commit 7a2bd4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ updates:
directory: /
schedule:
interval: daily
labels:
- dependabot
4 changes: 4 additions & 0 deletions app/Commands/DependabotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class DependabotCommand extends BaseCommand
'schedule' => [
'interval' => 'daily',
],

'labels' => [
'dependabot',
],
];

protected function targetPath(): ?string
Expand Down

0 comments on commit 7a2bd4b

Please sign in to comment.