From 983a6734005ea00af6545a91b32aac47676eb6b5 Mon Sep 17 00:00:00 2001 From: Mahmud Hussain Date: Tue, 16 Jul 2024 13:50:22 +0100 Subject: [PATCH] Update dependabot.yml Dependabot is looking for a package.json file. This PR removes the check. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57614f490..eee55cdb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: npm + directory: /doc/api + schedule: + internal: none