Skip to content

Commit

Permalink
group bundler and composer dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Sep 30, 2023
1 parent 6e1a3fe commit dbff3ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
test-dependencies:
patterns: "*"
- package-ecosystem: "composer"
directory: "/support/devcenter"
schedule:
interval: "monthly"
groups:
devcenter-generator-dependencies:
patterns: "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit dbff3ee

Please sign in to comment.