From 19434af3c4707dafd2bde681fdc2ae5ba45917ff Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Wed, 13 Jul 2022 18:45:17 +0000 Subject: [PATCH] fix dependabot.yml Signed-off-by: Ramkumar Chinchani --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f1..a2a66d09 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,11 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"