From ac02b1b01307013da567c3b3d17173581562b0ad Mon Sep 17 00:00:00 2001 From: Max <12673799+krmax44@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:11:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20dependabot=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45b7adb9b..6434d306a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,11 @@ version: 2 updates: - - package-ecosystem: pnpm + - package-ecosystem: npm directory: / schedule: interval: weekly - - package-ecosystem: pip-compile + - package-ecosystem: pip directory: / schedule: interval: weekly