From aaadb88707e9263fb6ed8940d7dc7c6d949e019f Mon Sep 17 00:00:00 2001 From: Yashash Pugalia Date: Thu, 4 Aug 2022 12:21:22 +0530 Subject: [PATCH] dependabot updates we will use a custom gh-action that will not spam the commit history --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c0576854..5b1b32fea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,7 @@ version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily