From 10af5a8e9a75d468b7a889434675e9fb830d224e Mon Sep 17 00:00:00 2001 From: SujithPS Date: Sat, 28 Oct 2023 16:42:19 +0530 Subject: [PATCH] Update Dependabot to use pnpm - Remove docker as its not needed now --- .github/dependabot.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f5beabe77..6553642be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: 'npm' + - package-ecosystem: 'pnpm' directory: '..' schedule: interval: 'daily' @@ -26,16 +26,3 @@ updates: commit-message: prefix: 'dependa' open-pull-requests-limit: 20 - - - package-ecosystem: 'docker' - directory: '/' - schedule: - interval: 'weekly' - time: '04:30' - labels: - - 'docker' - - 'dependencies' - - 'dependabot' - commit-message: - prefix: 'dependa' - open-pull-requests-limit: 20