Skip to content

Commit

Permalink
Merge pull request #1455 from boxwise/dependabot-groups-for-backend-u…
Browse files Browse the repository at this point in the history
…pdates

Introduce dependabot groups for BE dependency updates
  • Loading branch information
pylipp authored Aug 5, 2024
2 parents eef3b1b + a8aa186 commit 1a7c64d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ updates:
directory: "/back/"
schedule:
interval: "weekly"
groups:
back-dev-deps:
dependency-type: development
back-prod-patch-update-deps:
applies-to: version-updates
dependency-type: production
update-types:
- "patch"
assignees:
- "pylipp"
- package-ecosystem: "npm"
Expand Down

0 comments on commit 1a7c64d

Please sign in to comment.