|
1 | 1 | version: 2
|
| 2 | +registries: |
| 3 | + azure.com: |
| 4 | + token: ${{secrets.DEPENDABOT_NPM_TOKEN}} |
| 5 | + type: npm-registry |
| 6 | + url: https://pkgs.dev.azure.com/ |
| 7 | + |
2 | 8 | updates:
|
3 |
| - # Keep submodules up to date in 'main'. |
4 |
| - - package-ecosystem: "gitsubmodule" |
| 9 | + - package-ecosystem: npm |
5 | 10 | directory: "/"
|
| 11 | + # Perform only security updates of our npm dependencies. |
| 12 | + open-pull-requests-limit: 0 |
| 13 | + registries: |
| 14 | + - azure.com |
| 15 | + # Schedule should be ignored for security updates. |
6 | 16 | schedule:
|
7 |
| - # Weekly interval opens PRs on Monday. |
8 |
| - interval: "weekly" |
9 |
| - allow: |
10 |
| - - dependency-type: "all" |
11 |
| - commit-message: |
12 |
| - prefix: "[main] " |
13 |
| - include: scope |
14 |
| - labels: |
15 |
| - - area-infrastructure |
| 17 | + interval: monthly |
| 18 | + |
16 | 19 | - package-ecosystem: "github-actions"
|
17 | 20 | directory: "/"
|
18 | 21 | schedule:
|
19 |
| - # Weekly interval opens PRs on Monday. |
| 22 | + day: monday |
20 | 23 | interval: "weekly"
|
| 24 | + time: 05:00 |
| 25 | + timezone: "America/Los_Angeles" |
21 | 26 | commit-message:
|
22 | 27 | prefix: "[main] "
|
23 | 28 | include: scope
|
24 | 29 | labels:
|
25 | 30 | - area-infrastructure
|
26 | 31 |
|
27 |
| - # Keep submodules up to date in 'release/*' branches. (Unfortunately Dependabot security PRs can't target these.) |
28 |
| - # Monthly interval opens PRs on the first of each month. |
| 32 | + # Keep submodules up to date in 'main'. |
29 | 33 | - package-ecosystem: "gitsubmodule"
|
30 | 34 | directory: "/"
|
31 | 35 | schedule:
|
32 |
| - interval: "monthly" |
| 36 | + day: monday |
| 37 | + interval: "weekly" |
| 38 | + time: 05:00 |
| 39 | + timezone: "America/Los_Angeles" |
33 | 40 | allow:
|
34 | 41 | - dependency-type: "all"
|
35 | 42 | commit-message:
|
36 |
| - prefix: "[release/2.1] " |
| 43 | + prefix: "[main] " |
37 | 44 | include: scope
|
38 | 45 | labels:
|
39 | 46 | - area-infrastructure
|
40 |
| - target-branch: "release/2.1" |
| 47 | + |
| 48 | + # Keep submodules up to date in 'release/*' branches. (Unfortunately Dependabot security PRs can't target these.) |
| 49 | + # Monthly interval opens PRs on the first of each month. |
41 | 50 | - package-ecosystem: "gitsubmodule"
|
42 | 51 | directory: "/"
|
43 | 52 | schedule:
|
44 | 53 | interval: "monthly"
|
45 | 54 | allow:
|
46 | 55 | - dependency-type: "all"
|
47 | 56 | commit-message:
|
48 |
| - prefix: "[release/3.1] " |
| 57 | + prefix: "[release/2.1] " |
49 | 58 | include: scope
|
50 | 59 | labels:
|
51 | 60 | - area-infrastructure
|
52 |
| - target-branch: "release/3.1" |
| 61 | + target-branch: "release/2.1" |
53 | 62 | - package-ecosystem: "gitsubmodule"
|
54 | 63 | directory: "/"
|
55 | 64 | schedule:
|
|
0 commit comments