Pause npm updates for webclient (#4853)

This commit is contained in:
tooomm 2023-08-08 13:17:28 +02:00 committed by GitHub
parent 9a74d8f72d
commit 0fa81a77dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,12 +38,12 @@ updates:
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
open-pull-requests-limit: 2 open-pull-requests-limit: 2
# Enable version updates for npm # # Enable version updates for npm
- package-ecosystem: "npm" # - package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `webclient` subdirectory # # Look for `package.json` and `lock` files in the `webclient` subdirectory
directory: "/webclient" # directory: "/webclient"
# Check the npm registry for updates once a week # # Check the npm registry for updates once a week
schedule: # schedule:
interval: "weekly" # interval: "weekly"
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) # # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
open-pull-requests-limit: 5 # open-pull-requests-limit: 5