From 73f764d0c3da2b8dc02e3111c29942dc5f5640dc Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 23 Sep 2024 15:35:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20disable=20dependabot=20for=20fro?= =?UTF-8?q?ntend=20deps=20for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see https://github.com/dependabot/dependabot-core/issues/10124 --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6434d306a..9c0258bc4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,11 @@ version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly + # TODO: wait until pnpm issues with git repos are fixed + # - package-ecosystem: npm + # directory: / + # schedule: + # interval: weekly - package-ecosystem: pip directory: / schedule: