File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- # Dependabot configuration file
2- # For more details, refer to: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41version : 2
52updates :
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 }}
You can’t perform that action at this time.
0 commit comments