From 27e8e97ebafe9e61ea9c0bde0c4c59379499de80 Mon Sep 17 00:00:00 2001 From: Marius Conjeaud Date: Mon, 13 May 2024 16:04:51 +0200 Subject: [PATCH] Fix dependabot yarn to npm --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e80d5670..8f7a92ae3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,18 @@ version: 2 updates: - - package-ecosystem: 'yarn' + - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' target-branch: 'develop' - - package-ecosystem: 'yarn' + - package-ecosystem: 'npm' directory: '/gallery' schedule: interval: 'weekly' target-branch: 'develop' - - package-ecosystem: 'yarn' + - package-ecosystem: 'npm' directory: '/docs' schedule: interval: 'weekly'