From feecbcbfdde56d0970899a39f7768681e231cfdc Mon Sep 17 00:00:00 2001 From: Edmund Dunn <109987005+edmund-dunn@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:35:10 -0700 Subject: [PATCH] VACMS-18693: removing package.json packages from dependabot (#18694) --- .github/dependabot.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d21150661..f31024a796 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -83,28 +83,3 @@ updates: # Check for updates to GitHub Actions every week interval: "weekly" open-pull-requests-limit: 10 -- package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 25 -- package-ecosystem: "npm" - directory: "/scripts/cd_metrics/" - schedule: - interval: "daily" - open-pull-requests-limit: 25 -- package-ecosystem: "npm" - directory: "/docroot/modules/custom/va_gov_graphql/assets/explorer/" - schedule: - interval: "daily" - open-pull-requests-limit: 25 -- package-ecosystem: "npm" - directory: "/docroot/themes/custom/vagovclaro/" - schedule: - interval: "daily" - open-pull-requests-limit: 25 -- package-ecosystem: "npm" - directory: "/docroot/design-system/" - schedule: - interval: "daily" - open-pull-requests-limit: 25