From b0d37657291e057e4ea7ff2309836872af262195 Mon Sep 17 00:00:00 2001 From: Shivam Rathore Date: Tue, 25 May 2021 02:08:43 +0530 Subject: [PATCH] Remove actions dependecies check (#12) --- .github/dependabot.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e3275c..ebd3652 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,6 @@ version: 2 updates: - - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - time: "10:30" - # Use India Standard Time (UTC +05:30) - timezone: "Asia/Kolkata" - commit-message: - prefix: "actions" - labels: - - "github-actions" - - "dependencies" - reviewers: - - "Shivam010" - + # Maintain dependencies for Go modules - package-ecosystem: "gomod" directory: "/"