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)
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue