Skip to content

Commit

Permalink
Group :dependabot: dev-dep PR's for PHP native helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jul 24, 2023
1 parent 105531f commit 98edaf8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
time: "16:00"
groups:
dev-dependencies:
patterns:
- "friendsofphp/php-cs-fixer"
- "phpstan/phpstan"
- package-ecosystem: "composer"
directory: "/composer/helpers/v2"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
dev-dependencies:
patterns:
- "friendsofphp/php-cs-fixer"
- "phpstan/phpstan"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down

0 comments on commit 98edaf8

Please sign in to comment.