From 6c63e85b372bcb7e9ee953d9675ef4959f096ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Sat, 11 May 2024 17:45:41 -0300 Subject: [PATCH] chore(website): remove dependabot (#232) --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1a28f2a..122534f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,3 @@ updates: directory: '/' schedule: interval: 'daily' - - package-ecosystem: 'npm' - directory: '/website' - schedule: - interval: 'daily'