From c8516655c0a7adadae7d406c18707bf73534ee9e Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 24 Jan 2025 11:35:49 -0500 Subject: [PATCH] disable checks for website that will no longer be published We discussed in the node-api team meeting today and agreed to stop publishing the website. Disabling checks on the website tools so that we don't get the noise. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df7e62b5..3133f12a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,11 +24,3 @@ updates: patterns: - '*' - - package-ecosystem: npm - directory: /website - schedule: - interval: weekly - groups: - all: - patterns: - - '*'