From 863664425004b76019a5f69a14640c0cb0f64a57 Mon Sep 17 00:00:00 2001 From: Behzad Khokher Date: Sun, 21 Jan 2024 23:19:48 +0500 Subject: [PATCH] Dependabot.yml Updated To Add Loadshed --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79e84f2d..5e3d4389 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -92,3 +92,9 @@ updates: - "🤖 Dependencies" schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/loadshed" # Location of package manifests + labels: + - "🤖 Dependencies" + schedule: + interval: "daily"