Pause npm updates for webclient (#4853)
This commit is contained in:
parent
9a74d8f72d
commit
0fa81a77dc
1 changed files with 9 additions and 9 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue