Skip to content

Commit

Permalink
feat(pipeline): group updates (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadigennadigennadi authored Mar 12, 2024
1 parent c144e1b commit d5c8cb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ updates:
schedule:
interval: weekly
versioning-strategy: "lockfile-only"
groups:
applies-to: version-updates
symfony:
dependency-type: "production"
pattern:
- "symfony/*"
prod-dependencies:
dependency-type: "production"
exclude-pattern:
- "symfony/*"
dev-dependencies:
dependency-type: "development"

0 comments on commit d5c8cb4

Please sign in to comment.