Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 35 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,86 +3,109 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
commit-message:
prefix: chore
include: scope
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
target-branch: "develop"
commit-message:
prefix: chore
include: scope
ignore:
# 2022-04-23: Ignoring boto3 changes until we need to care about them.
- dependency-name: "boto3"
groups:
boto-typing:
patterns:
- "mypy-boto3-*"
dev-dependencies:
patterns:
- "pytest*"
- "ruff"
- "mypy"
- "black"
- "coverage"
- "flake8*"
- "pre-commit"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
target-branch: "develop"
commit-message:
prefix: chore
include: scope
allow:
# Allow updates for AWS CDK
- dependency-name: "aws-cdk"
- dependency-name: "aws-cdk*"
groups:
aws-cdk:
patterns:
- "aws-cdk*"

- package-ecosystem: pip
directory: /benchmark/src/instrumented
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: monthly

- package-ecosystem: pip
directory: /benchmark/src/reference
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: monthly

- package-ecosystem: docker
directory: /docs
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: monthly

- package-ecosystem: pip
directory: /docs
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: weekly
day: "monday"
groups:
docs-dependencies:
patterns:
- "*"

- package-ecosystem: pip
directory: /examples/event_handler_graphql/src
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: monthly

- package-ecosystem: gomod
directory: /layer/scripts/layer-balancer
commit-message:
prefix: chore
include: scope
schedule:
interval: daily
interval: monthly
groups:
layer-balancer:
patterns:
Expand Down
11 changes: 9 additions & 2 deletions docs/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ This is document explains who the maintainers are, their responsibilities, and h

| Maintainer | GitHub ID | Affiliation |
| ----------------- | --------------------------------------------------------------------------------------- | ----------- |
| Ana Falcão | [anafalcao](https://github.com/anafalcao){target="_blank" rel="nofollow"} | Amazon |
| Leandro Damascena | [leandrodamascena](https://github.com/leandrodamascena){target="_blank" rel="nofollow"} | Amazon |
| Simon Thulbourn | [sthulb](https://github.com/sthulb){target="_blank" rel="nofollow"} | Amazon |

## AWS Contributors

Active contributors from AWS who help maintain and improve this project.

| Contributor | GitHub ID |
| ----------------- | --------------------------------------------------------------------------------------- |
| Ana Falcão | [anafalcao](https://github.com/anafalcao){target="_blank" rel="nofollow"} |

## Emeritus

Expand All @@ -30,6 +36,7 @@ Previous active maintainers who contributed to this project.
| Michal Ploski | [mploski](https://github.com/mploski){target="_blank" rel="nofollow"} | Splunk |
| Nicolas Moutschen | [nmoutschen](https://github.com/nmoutschen){target="_blank" rel="nofollow"} | Apollo |
| Ruben Fonseca | [rubenfonseca](https://github.com/rubenfonseca){target="_blank" rel="nofollow"} | N/A |
| Simon Thulbourn | [sthulb](https://github.com/sthulb){target="_blank" rel="nofollow"} | N/A |
| Tom McCarthy | [cakepietoast](https://github.com/cakepietoast){target="_blank" rel="nofollow"} | MongoDB |

## Labels
Expand Down