From 7d6eb96389dab81f7cef7f0701e709047ec3b5a3 Mon Sep 17 00:00:00 2001 From: Samreet Singh Date: Fri, 11 Jul 2025 15:06:26 +0200 Subject: [PATCH 1/2] Add go-dep to dependabot Signed-off-by: Samreet Singh --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed54725f1a..556204711d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -118,3 +118,22 @@ updates: applies-to: version-updates patterns: - "*" + + # Go dependancies Updae + - package-ecosystem: "gomod" + directories: + - "/auto-discovery/kubernetes" + - "/auto-discovery/cloud-aws" + - "/operator/go.mod" + - "/lurker/go.mod" + schedule: + interval: "weekly" + groups: + go-security-updates: + applies-to: security-updates + patterns: + - "*" + go-version-updates: + applies-to: version-updates + patterns: + - "*" \ No newline at end of file From c8d10d2df43e09ccc8638b70ad43089b0ab2b139 Mon Sep 17 00:00:00 2001 From: Samreet Singh Date: Thu, 7 Aug 2025 10:39:55 +0200 Subject: [PATCH 2/2] Removed docker from dependabot as it was not working properly The dependabot had difficulties having helm values files and Dockerfiles. Signed-off-by: Samreet Singh --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 556204711d..861351009f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -69,23 +69,6 @@ updates: patterns: - "*" - # Docker Updates - - package-ecosystem: "docker" - directories: - - "/" - - "**/*" - schedule: - interval: "weekly" - groups: - docker-security-updates: - applies-to: security-updates - patterns: - - "*" - docker-version-updates: - applies-to: version-updates - patterns: - - "*" - # GitHub Actions Updates - package-ecosystem: "github-actions" directories: