From b7e8507c6a3c89b7099a0198366d862c8f3ad8f1 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Thu, 27 Oct 2022 13:21:28 -0400 Subject: [PATCH] chore: remove dependabot (#381) --- .github/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 54f9bd09..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - open-pull-requests-limit: 20 - schedule: - interval: "daily" - - # Enable version updates for npm - - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory - directory: '/' - # Check the npm registry for updates every day (weekdays) - schedule: - interval: 'daily'