diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bbd4255fd87..32214410e95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,6 +40,25 @@ updates: - dependency-name: github.com/elastic/mito open-pull-requests-limit: 2 + # Cloud providers' SDK dependencies + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + labels: + - automation + - dependabot + reviewers: + - "elastic/obs-ds-hosted-services" + - "elastic/obs-infraobs-integrations" + groups: + azure-sdks: + patterns: + - "github.com/Azure/azure-sdk-for-go/*" + - "github.com/Azure/azure-event-hubs-go/*" + - "github.com/Azure/go-autorest/*" + - "github.com/Azure/azure-storage-blob-go/*" + # GitHub actions - package-ecosystem: "github-actions" directory: "/"