Skip to content

Commit

Permalink
feat(dependabot): group dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Aug 29, 2023
1 parent bee8909 commit 2e57d91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,51 @@ updates:
interval: "monthly"
timezone: "Europe/Berlin"
time: "05:00"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "www/webapp/"
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
day: "monday"
time: "05:00"
groups:
npm-webapp:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "api/"
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
day: "monday"
time: "05:00"
groups:
pip-api:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "docs/"
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
day: "monday"
time: "05:00"
groups:
pip-docs:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "test/e2e2/"
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
day: "monday"
time: "05:00"
groups:
pip-test-e2e2:
patterns:
- "*"

0 comments on commit 2e57d91

Please sign in to comment.