From 41976ee7e3879c2969e0e779f8e4cafa310217bd Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 14 Aug 2024 12:49:34 -0500 Subject: [PATCH] Adjust dependabot configuration --- .github/dependabot.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e941a2eda..a89c00a659 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - # Enable weekly version updates for prod dependencies + # Enable dependency updates - package-ecosystem: "npm" directory: "/" # Check the npm registry for updates once a week @@ -9,21 +9,6 @@ updates: labels: - "dependencies" - "npm" - - "production" - allow: - - dependency-type: production - # Enable weekly version updates for dev dependencies - - package-ecosystem: "npm" - directory: "/" - # Check the npm registry for updates once a week - schedule: - interval: "weekly" - labels: - - "dependencies" - - "npm" - - "development" - allow: - - dependency-type: development ignore: - dependency-name: "eslint" update-types: ["version-update:semver-major"]