Skip to content

Commit

Permalink
Add missing tools to the dependabot config (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Oct 23, 2023
1 parent 29b1be7 commit 38a6e3c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "composer"
directory: "/tools/box"
schedule:
interval: "daily"

- package-ecosystem: "composer"
directory: "/tools/cs-fixer"
schedule:
Expand All @@ -20,6 +25,11 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "composer"
directory: "/tools/phpbench"
schedule:
interval: "daily"

- package-ecosystem: "composer"
directory: "/tools/phpstan"
schedule:
Expand All @@ -33,4 +43,9 @@ updates:
- package-ecosystem: "composer"
directory: "/tools/psalm"
schedule:
interval: "daily"
interval: "daily"

- package-ecosystem: "composer"
directory: "/tools/rector"
schedule:
interval: "daily"

0 comments on commit 38a6e3c

Please sign in to comment.