|
1 | 1 | ######################################################################### |
2 | 2 | # Dependabot configuration file |
3 | | -# ----------------------------- |
4 | | -# Checks for updates for the following components: |
5 | | -# - API Specification (OAS): npm |
6 | | -# - E2E Tests (Pact tests): npm |
7 | | -# - EPS API (Coordinator): npm + Docker |
8 | | -# - EPS API Tool (EPSAT): npm + Docker |
9 | | -# |
10 | | -# rebase-strategy is set to 'disabled', as automated rebasing was causing |
11 | | -# too many CI environments to be created, reducing available capacity for |
12 | | -# us and other teams as well. |
13 | 3 | ######################################################################### |
14 | 4 |
|
15 | 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 | + |
16 | 12 | updates: |
17 | | - - package-ecosystem: "github-actions" |
18 | | - # Workflow files stored in the |
19 | | - # default location of `.github/workflows` |
| 13 | + ################################### |
| 14 | + # Poetry ######################### |
| 15 | + ################################### |
| 16 | + - package-ecosystem: "pip" |
20 | 17 | directory: "/" |
21 | 18 | schedule: |
22 | 19 | interval: "weekly" |
23 | 20 | day: "friday" |
24 | | - time: "18:00" # UTC |
25 | | - open-pull-requests-limit: 20 |
| 21 | + time: "18:00" #UTC |
| 22 | + versioning-strategy: increase |
| 23 | + open-pull-requests-limit: 20 |
26 | 24 | commit-message: |
27 | 25 | prefix: "Upgrade: [dependabot] - " |
28 | | - |
29 | | - |
30 | | - ################################### |
31 | | - # Java workspace ################## |
32 | | - ################################### |
33 | | - - package-ecosystem: "maven" |
| 26 | + - package-ecosystem: "github-actions" |
| 27 | + # Workflow files stored in the |
| 28 | + # default location of `.github/workflows` |
34 | 29 | directory: "/" |
35 | | - rebase-strategy: "disabled" |
36 | 30 | schedule: |
37 | 31 | interval: "weekly" |
38 | 32 | day: "friday" |
39 | | - time: "18:00" # UTC |
40 | | - open-pull-requests-limit: 20 |
| 33 | + time: "19:00" #UTC |
| 34 | + open-pull-requests-limit: 20 |
41 | 35 | commit-message: |
42 | 36 | prefix: "Upgrade: [dependabot] - " |
43 | 37 |
|
44 | | - |
45 | 38 | ################################### |
46 | | - # Poetry ######################### |
| 39 | + # NPM workspace ################## |
47 | 40 | ################################### |
48 | | - - package-ecosystem: "pip" |
| 41 | + - package-ecosystem: "npm" |
49 | 42 | directory: "/" |
50 | 43 | schedule: |
51 | 44 | interval: "weekly" |
52 | 45 | day: "friday" |
53 | | - time: "18:00" # UTC |
| 46 | + time: "20:00" #UTC |
| 47 | + versioning-strategy: increase |
54 | 48 | open-pull-requests-limit: 20 |
55 | 49 | commit-message: |
56 | 50 | prefix: "Upgrade: [dependabot] - " |
57 | | - versioning-strategy: increase |
58 | | - |
| 51 | + registries: |
| 52 | + - npm-github |
59 | 53 |
|
60 | 54 | ################################### |
61 | | - # NPM workspace ################## |
| 55 | + # Java workspace ################## |
62 | 56 | ################################### |
63 | | - - package-ecosystem: "npm" |
| 57 | + - package-ecosystem: "maven" |
64 | 58 | directory: "/" |
| 59 | + rebase-strategy: "disabled" |
65 | 60 | schedule: |
66 | 61 | interval: "weekly" |
67 | 62 | day: "friday" |
68 | | - time: "18:00" # UTC |
| 63 | + time: "21:00" # UTC |
69 | 64 | open-pull-requests-limit: 20 |
70 | 65 | commit-message: |
71 | 66 | prefix: "Upgrade: [dependabot] - " |
72 | | - versioning-strategy: increase |
0 commit comments