Skip to content

Commit f3d0c9d

Browse files
Update dependabot.yml
1 parent 78d0731 commit f3d0c9d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Dependabot configuration file
2-
# For more details, refer to: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41
version: 2
52
updates:
63
# GitHub Actions dependencies
@@ -11,7 +8,7 @@ updates:
118
commit-message:
129
prefix: "build"
1310
target-branch: "dependabotchanges"
14-
open-pull-requests-limit: 20
11+
open-pull-requests-limit: 30
1512

1613
- package-ecosystem: "pip"
1714
directory: "/App"
@@ -29,4 +26,12 @@ updates:
2926
commit-message:
3027
prefix: "build"
3128
target-branch: "dependabotchanges"
32-
open-pull-requests-limit: 60
29+
open-pull-requests-limit: 60
30+
registries:
31+
- azure_devops_registry
32+
33+
registries:
34+
azure_devops_registry:
35+
type: npm-registry
36+
url: https://pkgs.dev.azure.com/CSACTOSOL/KnowledgeMining/_packaging/KnowledgeMining/npm/registry
37+
token: ${{ secrets.AZURE_DEVOPS_PAT }}

0 commit comments

Comments
 (0)