Skip to content

Commit

Permalink
Only create PRs for dependencies in the sorbet group (dependabot#8718)
Browse files Browse the repository at this point in the history
All other dependencies from common are already managed by the updater
Dependabot configuration.
  • Loading branch information
deivid-rodriguez authored Jan 5, 2024
1 parent ddae904 commit 389cb8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ updates:
patterns:
- "sorbet"
- "tapioca"
allow:
- dependency-name: "sorbet"
- dependency-name: "tapioca"

# Watch the per-ecosystem native helpers
- package-ecosystem: "composer"
Expand Down

0 comments on commit 389cb8a

Please sign in to comment.