Skip to content

Commit

Permalink
feat(dependabot): group python dependencies bumps (#2036)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Mar 11, 2024
1 parent fc76739 commit b58aef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ updates:
directory: "/server"
schedule:
interval: "weekly"
groups:
prod-deps:
dependency-type: "production"
dev-deps:
dependency-type: "development"
# yarn
- package-ecosystem: "npm"
directory: "/"
Expand Down

0 comments on commit b58aef6

Please sign in to comment.