Skip to content

Commit

Permalink
dependabot: use groups
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Jun 16, 2024
1 parent beccf59 commit 7e637d0
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 @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: docker
directory: /.devcontainer
Expand All @@ -14,8 +18,16 @@ updates:
directory: /frontend
schedule:
interval: weekly
groups:
npm:
patterns:
- "*"

- package-ecosystem: pip
directory: /
schedule:
interval: weekly
groups:
pip:
patterns:
- "*"

0 comments on commit 7e637d0

Please sign in to comment.