Skip to content

Commit

Permalink
Manage AWS SDK(s) version with Dependabot (#39738)
Browse files Browse the repository at this point in the history
Set up Dependabot to manage the AWS SDK version.

With the current reactive and manual process, our dependencies are often outdated. To release a bugfix to a dependency, we need to wait for the following stack release instead of merging it shortly after it's available from AWS.

See #39492 to learn more.
  • Loading branch information
zmoog authored Aug 5, 2024
1 parent 313fdca commit d9e6017
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ updates:
- dependency-name: github.com/elastic/toutoumomoma
- dependency-name: github.com/elastic/ebpfevents
# Team:Team:obs-ds-hosted-services, Team:obs-infraobs-integrations
# AWS SDK dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/*
- dependency-name: github.com/aws/aws-lambda-go/*
- dependency-name: github.com/aws/smithy-go/*
# Azure SDK dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/*
- dependency-name: github.com/Azure/azure-event-hubs-go/*
Expand All @@ -45,6 +49,9 @@ updates:
- dependency-name: cloud.google.com/go/*
groups:
# Cloud providers' SDK dependencies
aws-sdks:
patterns:
- "github.com/aws/aws-sdk-go-v2/*"
azure-sdks:
patterns:
- "github.com/Azure/azure-*-go"
Expand Down

0 comments on commit d9e6017

Please sign in to comment.