|
1 | | - ######################################################################### |
| 1 | +######################################################################### |
2 | 2 | # Dependabot configuration file |
3 | 3 | ######################################################################### |
4 | 4 |
|
5 | 5 | version: 2 |
| 6 | +registries: |
| 7 | + npm-github: |
| 8 | + type: npm-registry |
| 9 | + url: https://npm.pkg.github.com |
| 10 | + token: ${{secrets.DEPENDABOT_TOKEN}} |
| 11 | + |
6 | 12 | updates: |
7 | | - - package-ecosystem: "github-actions" |
8 | | - # Workflow files stored in the |
9 | | - # default location of `.github/workflows` |
| 13 | + ################################### |
| 14 | + # Poetry ######################### |
| 15 | + ################################### |
| 16 | + - package-ecosystem: "pip" |
10 | 17 | directory: "/" |
11 | 18 | schedule: |
12 | 19 | interval: "weekly" |
13 | 20 | day: "friday" |
14 | | - time: "18:00" # UTC |
15 | | - open-pull-requests-limit: 20 |
| 21 | + time: "18:00" #UTC |
| 22 | + versioning-strategy: increase |
| 23 | + open-pull-requests-limit: 20 |
16 | 24 | commit-message: |
17 | 25 | prefix: "Upgrade: [dependabot] - " |
18 | | - |
19 | | - ################################### |
20 | | - # NPM workspace ################## |
21 | | - ################################### |
22 | | - - package-ecosystem: "npm" |
| 26 | + - package-ecosystem: "github-actions" |
| 27 | + # Workflow files stored in the |
| 28 | + # default location of `.github/workflows` |
23 | 29 | directory: "/" |
24 | 30 | schedule: |
25 | 31 | interval: "weekly" |
26 | 32 | day: "friday" |
27 | | - time: "18:00" # UTC |
28 | | - open-pull-requests-limit: 20 |
29 | | - versioning-strategy: increase |
| 33 | + time: "20:00" #UTC |
| 34 | + open-pull-requests-limit: 20 |
30 | 35 | commit-message: |
31 | 36 | prefix: "Upgrade: [dependabot] - " |
32 | 37 |
|
33 | 38 | ################################### |
34 | | - # Poetry ######################### |
| 39 | + # NPM workspace ################## |
35 | 40 | ################################### |
36 | | - - package-ecosystem: "pip" |
| 41 | + - package-ecosystem: "npm" |
37 | 42 | directory: "/" |
38 | 43 | schedule: |
39 | 44 | interval: "weekly" |
40 | 45 | day: "friday" |
41 | | - time: "18:00" # UTC |
42 | | - open-pull-requests-limit: 20 |
| 46 | + time: "22:00" #UTC |
43 | 47 | versioning-strategy: increase |
| 48 | + open-pull-requests-limit: 20 |
44 | 49 | commit-message: |
45 | 50 | prefix: "Upgrade: [dependabot] - " |
| 51 | + registries: |
| 52 | + - npm-github |
0 commit comments