|
1 | 1 | version: 2 |
2 | 2 | updates: |
3 | | -- package-ecosystem: pip |
4 | | - directory: "/src/python" |
5 | | - schedule: |
6 | | - interval: monthly |
7 | | - open-pull-requests-limit: 10 |
8 | | - versioning-strategy: increase |
9 | | -- package-ecosystem: pip |
10 | | - directory: "/e2e_tests/python" |
11 | | - schedule: |
12 | | - interval: monthly |
13 | | - open-pull-requests-limit: 10 |
14 | | - versioning-strategy: increase |
15 | | -- package-ecosystem: pip |
16 | | - directory: "/examples/chatbot" |
17 | | - schedule: |
18 | | - interval: monthly |
19 | | - open-pull-requests-limit: 10 |
20 | | - versioning-strategy: increase |
21 | | -- package-ecosystem: pip |
22 | | - directory: "/examples/servers/time" |
23 | | - schedule: |
24 | | - interval: monthly |
25 | | - open-pull-requests-limit: 10 |
26 | | - versioning-strategy: increase |
27 | | -- package-ecosystem: pip |
28 | | - directory: "/examples/servers/time/function" |
29 | | - schedule: |
30 | | - interval: monthly |
31 | | - open-pull-requests-limit: 10 |
32 | | - versioning-strategy: increase |
33 | | -- package-ecosystem: npm |
34 | | - directory: "/src/typescript" |
35 | | - schedule: |
36 | | - interval: monthly |
37 | | - open-pull-requests-limit: 10 |
38 | | - versioning-strategy: increase |
39 | | -- package-ecosystem: npm |
40 | | - directory: "/e2e_tests/typescript" |
41 | | - schedule: |
42 | | - interval: monthly |
43 | | - open-pull-requests-limit: 10 |
44 | | - versioning-strategy: increase |
45 | | -- package-ecosystem: npm |
46 | | - directory: "/examples/chatbot-typescript" |
47 | | - schedule: |
48 | | - interval: monthly |
49 | | - open-pull-requests-limit: 10 |
50 | | - versioning-strategy: increase |
51 | | -- package-ecosystem: npm |
52 | | - directory: "/examples/servers/weather-alerts" |
53 | | - schedule: |
54 | | - interval: monthly |
55 | | - open-pull-requests-limit: 10 |
56 | | - versioning-strategy: increase |
| 3 | + - package-ecosystem: pip |
| 4 | + directory: "/src/python" |
| 5 | + schedule: |
| 6 | + interval: monthly |
| 7 | + open-pull-requests-limit: 10 |
| 8 | + versioning-strategy: increase |
| 9 | + - package-ecosystem: pip |
| 10 | + directory: "/e2e_tests/python" |
| 11 | + schedule: |
| 12 | + interval: monthly |
| 13 | + open-pull-requests-limit: 10 |
| 14 | + versioning-strategy: increase |
| 15 | + - package-ecosystem: pip |
| 16 | + directory: "/examples/chatbots/python" |
| 17 | + schedule: |
| 18 | + interval: monthly |
| 19 | + open-pull-requests-limit: 10 |
| 20 | + versioning-strategy: increase |
| 21 | + - package-ecosystem: pip |
| 22 | + directory: "/examples/servers/time" |
| 23 | + schedule: |
| 24 | + interval: monthly |
| 25 | + open-pull-requests-limit: 10 |
| 26 | + versioning-strategy: increase |
| 27 | + - package-ecosystem: pip |
| 28 | + directory: "/examples/servers/time/function" |
| 29 | + schedule: |
| 30 | + interval: monthly |
| 31 | + open-pull-requests-limit: 10 |
| 32 | + versioning-strategy: increase |
| 33 | + - package-ecosystem: npm |
| 34 | + directory: "/src/typescript" |
| 35 | + schedule: |
| 36 | + interval: monthly |
| 37 | + open-pull-requests-limit: 10 |
| 38 | + versioning-strategy: increase |
| 39 | + - package-ecosystem: npm |
| 40 | + directory: "/e2e_tests/typescript" |
| 41 | + schedule: |
| 42 | + interval: monthly |
| 43 | + open-pull-requests-limit: 10 |
| 44 | + versioning-strategy: increase |
| 45 | + - package-ecosystem: npm |
| 46 | + directory: "/examples/chatbots/typescript" |
| 47 | + schedule: |
| 48 | + interval: monthly |
| 49 | + open-pull-requests-limit: 10 |
| 50 | + versioning-strategy: increase |
| 51 | + - package-ecosystem: npm |
| 52 | + directory: "/examples/servers/weather-alerts" |
| 53 | + schedule: |
| 54 | + interval: monthly |
| 55 | + open-pull-requests-limit: 10 |
| 56 | + versioning-strategy: increase |
0 commit comments