From c3bc6e61662cdf10f7145665e1c5a007af92d941 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 5 Jan 2026 10:16:03 +0000 Subject: [PATCH] chore: review dependabot script --- .github/dependabot.yml | 47 +++++++++++++++++++++++++++++++----------- docs/maintainers.md | 11 ++++++++-- 2 files changed, 44 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fed13e3e577..4d53389845e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,38 +3,56 @@ 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 @@ -42,7 +60,7 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: monthly - package-ecosystem: pip directory: /benchmark/src/reference @@ -50,7 +68,7 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: monthly - package-ecosystem: docker directory: /docs @@ -58,7 +76,7 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: monthly - package-ecosystem: pip directory: /docs @@ -66,7 +84,12 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: weekly + day: "monday" + groups: + docs-dependencies: + patterns: + - "*" - package-ecosystem: pip directory: /examples/event_handler_graphql/src @@ -74,7 +97,7 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: monthly - package-ecosystem: gomod directory: /layer/scripts/layer-balancer @@ -82,7 +105,7 @@ updates: prefix: chore include: scope schedule: - interval: daily + interval: monthly groups: layer-balancer: patterns: diff --git a/docs/maintainers.md b/docs/maintainers.md index 3ddea9fa924..8c2f7a81f4f 100644 --- a/docs/maintainers.md +++ b/docs/maintainers.md @@ -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 @@ -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