From 14b99e0e766681c0b40ff1bdffcb337509289671 Mon Sep 17 00:00:00 2001 From: pducolin Date: Thu, 12 Dec 2024 16:50:15 +0100 Subject: [PATCH] group aws and azure native dependencies --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a295d3dc1..ca74b5a84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -85,3 +85,16 @@ updates: directory: /components/datadog/apps/cws/images/cws-centos7 schedule: interval: daily + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + groups: + aws-sdk-go-v2: + patterns: + - '^github\.com\/aws\/aws-sdk-go-v2' + pulumi-azure-native-sdk: + patterns: + - '^github\.com\/pulumi\/pulumi-azure-native-sdk' + \ No newline at end of file