Skip to content

Commit

Permalink
fix(ci): dependabot groups (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadigennadigennadi authored Mar 14, 2024
1 parent 2d9b1b1 commit 104f17a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#target-branch
version: 2

updates:
- allow:
- dependency-type: "direct"
Expand All @@ -13,14 +12,13 @@ updates:
interval: weekly
versioning-strategy: "lockfile-only"
groups:
applies-to: version-updates
symfony:
dependency-type: "production"
pattern:
- "symfony/*"
patterns:
- "symfony/*"
prod-dependencies:
dependency-type: "production"
exclude-pattern:
- "symfony/*"
exclude-patterns:
- "symfony/*"
dev-dependencies:
dependency-type: "development"

0 comments on commit 104f17a

Please sign in to comment.