Skip to content

Commit

Permalink
Group dependabot PRs per ecosystem (#7098)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Apr 22, 2024
1 parent b02b6b2 commit 2e0b197
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: weekly
groups:
dependencies:
patterns:
- "*" # Include all dependencies

- package-ecosystem: docker
directory: /contrib/container
Expand All @@ -24,13 +28,25 @@ updates:
directory: /src/backend
schedule:
interval: weekly
groups:
dependencies:
patterns:
- "*" # Include all dependencies

- package-ecosystem: pip
directory: /src/backend
schedule:
interval: weekly
groups:
dependencies:
patterns:
- "*" # Include all dependencies

- package-ecosystem: npm
directory: /src/frontend
schedule:
interval: weekly
groups:
dependencies:
patterns:
- "*" # Include all dependencies

0 comments on commit 2e0b197

Please sign in to comment.