Skip to content

Commit

Permalink
Group minor/patch dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Jan 27, 2024
1 parent 69d690c commit ae08d7f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ updates:
interval: weekly
labels:
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

- package-ecosystem: terraform
directory: /
Expand All @@ -22,6 +32,11 @@ updates:
labels:
- component/core
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /eml-client/
Expand All @@ -30,6 +45,11 @@ updates:
labels:
- component/client
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

- package-ecosystem: terraform
directory: /lambda-smtp-relay/
Expand All @@ -38,6 +58,11 @@ updates:
labels:
- component/lambda-smtp-relay
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

- package-ecosystem: terraform
directory: /outgoing/
Expand All @@ -46,3 +71,8 @@ updates:
labels:
- component/outgoing
- type/dependencies
groups:
minor:
update-types:
- minor
- patch

0 comments on commit ae08d7f

Please sign in to comment.