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)
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