|
1 | 1 | version: 2 |
2 | 2 | updates: |
3 | | - # GitHub Actions dependencies |
4 | | - - package-ecosystem: "github-actions" |
5 | | - directory: "/" |
6 | | - schedule: |
7 | | - interval: "monthly" |
8 | | - commit-message: |
9 | | - prefix: "build" |
10 | | - target-branch: "dependabotchanges" |
11 | | - open-pull-requests-limit: 30 |
| 3 | + # GitHub Actions dependencies |
| 4 | + - package-ecosystem: "github-actions" |
| 5 | + directory: "/" |
| 6 | + schedule: |
| 7 | + interval: "monthly" |
| 8 | + commit-message: |
| 9 | + prefix: "build" |
| 10 | + target-branch: "dependabotchanges" |
| 11 | + open-pull-requests-limit: 30 |
12 | 12 |
|
13 | | - - package-ecosystem: "pip" |
14 | | - directory: "/App" |
15 | | - schedule: |
16 | | - interval: "monthly" |
17 | | - commit-message: |
18 | | - prefix: "build" |
19 | | - target-branch: "dependabotchanges" |
20 | | - open-pull-requests-limit: 60 |
| 13 | + - package-ecosystem: "pip" |
| 14 | + directory: "/App" |
| 15 | + schedule: |
| 16 | + interval: "monthly" |
| 17 | + commit-message: |
| 18 | + prefix: "build" |
| 19 | + target-branch: "dependabotchanges" |
| 20 | + open-pull-requests-limit: 60 |
21 | 21 |
|
22 | | - - package-ecosystem: "npm" |
23 | | - directory: "/App/frontend" |
24 | | - schedule: |
25 | | - interval: "monthly" |
26 | | - commit-message: |
27 | | - prefix: "build" |
28 | | - target-branch: "dependabotchanges" |
29 | | - open-pull-requests-limit: 60 |
30 | | - registries: |
31 | | - - azure_devops_registry |
| 22 | + - package-ecosystem: "npm" |
| 23 | + directory: "/App/frontend" |
| 24 | + schedule: |
| 25 | + interval: "monthly" |
| 26 | + commit-message: |
| 27 | + prefix: "build" |
| 28 | + target-branch: "dependabotchanges" |
| 29 | + open-pull-requests-limit: 60 |
| 30 | + registries: |
| 31 | + - npm_public_registry # Only use public npm registry |
32 | 32 |
|
33 | 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 }} |
| 34 | + npm_public_registry: |
| 35 | + type: "npm-registry" |
| 36 | + url: "https://registry.npmjs.org/" |
| 37 | + token: ${{ secrets.TOKEN }} |
0 commit comments