Skip to content

Commit

Permalink
feat(dependabot): group dependency updates, closes #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and peterthomassen committed Nov 7, 2023
1 parent 9e6106c commit b9cd021
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,57 @@ 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:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "pip"
directory: "api/"
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
day: "monday"
time: "05:00"
groups:
pip-api:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- 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 b9cd021

Please sign in to comment.