From 73719bd16aeac8caae4de1386526bbc67fbc46a1 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Tue, 11 Feb 2025 12:46:04 -0800 Subject: [PATCH] Add gomod to dependabot.yml In order to update Go module dependencies automatically. Signed-off-by: Antonin Bas --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 896b757f..89e67a41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,16 @@ version: 2 updates: + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + groups: + golang.org/x: + patterns: + - "golang.org/x/*" + ignore: + - dependency-name: "k8s.io/*" - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows` directory: "/"