Skip to content

Commit

Permalink
ci: Configure dependabot to update vendor-bin directories
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Apr 22, 2024
1 parent 5d1c9bf commit 133030b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ updates:
patterns:
- "*"

- package-ecosystem: "composer"
directory: "vendor-bin/*"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
Expand Down

0 comments on commit 133030b

Please sign in to comment.