From 0fa81a77dcd34e9dd71a57f2f40d7da61a1656f5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 8 Aug 2023 13:17:28 +0200 Subject: [PATCH] Pause npm updates for webclient (#4853) --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f652a73..1e278a41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,12 +38,12 @@ updates: # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) open-pull-requests-limit: 2 - # Enable version updates for npm - - package-ecosystem: "npm" - # Look for `package.json` and `lock` files in the `webclient` subdirectory - directory: "/webclient" - # Check the npm registry for updates once a week - schedule: - interval: "weekly" - # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) - open-pull-requests-limit: 5 + # # Enable version updates for npm + # - package-ecosystem: "npm" + # # Look for `package.json` and `lock` files in the `webclient` subdirectory + # directory: "/webclient" + # # Check the npm registry for updates once a week + # schedule: + # interval: "weekly" + # # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) + # open-pull-requests-limit: 5