Skip to content

Commit 9e3d5c9

Browse files
authored
Update dependabot.yml
1 parent 1a28f20 commit 9e3d5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
open-pull-requests-limit: 1
12+
open-pull-requests-limit: 5
1313
target-branch: "Automatic_version_update_dependabot"
1414
ignore:
1515
# Ignore updates to packages that start with 'Wildcards'
@@ -27,14 +27,14 @@ updates:
2727
#- dependency-name: "*"
2828
# update-types: ["version-update:semver-patch"]
2929

30-
# Configuration for npm WebUI
30+
# Configuration for npm Auth
3131
- package-ecosystem: "npm"
3232
directory: "Auth/LearningHub.Nhs.Auth/" # Location of package manifests
3333
schedule:
3434
interval: "daily"
3535
target-branch: "Automatic_version_update_dependabot"
3636
# - "dependencies"
37-
open-pull-requests-limit: 1
37+
open-pull-requests-limit: 5
3838
ignore:
3939
- dependency-name: "*"
4040
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)