|
7 | 7 | "constraints": {
|
8 | 8 | "go": "1.23"
|
9 | 9 | },
|
10 |
| - "schedule": ["every tuesday"], |
| 10 | + "schedule": [ |
| 11 | + "on tuesday" |
| 12 | + ], |
11 | 13 | "extends": [
|
12 | 14 | "config:best-practices",
|
13 | 15 | "helpers:pinGitHubActionDigestsToSemver"
|
14 | 16 | ],
|
15 | 17 | "packageRules": [
|
16 | 18 | {
|
17 |
| - "matchManagers": ["gomod"], |
18 |
| - "matchUpdateTypes": ["pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"], |
| 19 | + "matchManagers": [ |
| 20 | + "gomod" |
| 21 | + ], |
| 22 | + "matchUpdateTypes": [ |
| 23 | + "pin", |
| 24 | + "pinDigest", |
| 25 | + "digest", |
| 26 | + "lockFileMaintenance", |
| 27 | + "rollback", |
| 28 | + "bump", |
| 29 | + "replacement" |
| 30 | + ], |
19 | 31 | "enabled": false
|
20 | 32 | },
|
21 | 33 | {
|
22 |
| - "matchManagers": ["gomod"], |
23 |
| - "matchUpdateTypes": ["major"], |
24 |
| - "prBodyNotes": [":warning: MAJOR VERSION UPDATE :warning: - please manually update this package"], |
25 |
| - "labels": ["dependency-major-update"] |
| 34 | + "matchManagers": [ |
| 35 | + "gomod" |
| 36 | + ], |
| 37 | + "matchUpdateTypes": [ |
| 38 | + "major" |
| 39 | + ], |
| 40 | + "prBodyNotes": [ |
| 41 | + ":warning: MAJOR VERSION UPDATE :warning: - please manually update this package" |
| 42 | + ], |
| 43 | + "labels": [ |
| 44 | + "dependency-major-update" |
| 45 | + ] |
26 | 46 | },
|
27 | 47 | {
|
28 |
| - "matchManagers": ["dockerfile"], |
| 48 | + "matchManagers": [ |
| 49 | + "dockerfile" |
| 50 | + ], |
29 | 51 | "groupName": "dockerfile deps"
|
30 | 52 | },
|
31 | 53 | {
|
32 |
| - "matchManagers": ["docker-compose"], |
| 54 | + "matchManagers": [ |
| 55 | + "docker-compose" |
| 56 | + ], |
33 | 57 | "groupName": "docker-compose deps"
|
34 | 58 | },
|
35 | 59 | {
|
36 |
| - "matchManagers": ["github-actions"], |
| 60 | + "matchManagers": [ |
| 61 | + "github-actions" |
| 62 | + ], |
37 | 63 | "groupName": "github-actions deps"
|
38 | 64 | },
|
39 | 65 | {
|
40 |
| - "matchManagers": ["gomod"], |
| 66 | + "matchManagers": [ |
| 67 | + "gomod" |
| 68 | + ], |
41 | 69 | "matchSourceUrls": [
|
42 | 70 | "https://github.com/open-telemetry/opentelemetry-go-contrib"
|
43 | 71 | ],
|
44 | 72 | "groupName": "All opentelemetry-go-contrib packages"
|
45 | 73 | },
|
46 | 74 | {
|
47 |
| - "matchManagers": ["gomod"], |
48 |
| - "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"], |
49 |
| - "groupName": "All go.opentelemetry.io/contrib packages" |
| 75 | + "matchManagers": [ |
| 76 | + "gomod" |
| 77 | + ], |
| 78 | + "groupName": "All go.opentelemetry.io/contrib packages", |
| 79 | + "matchSourceUrls": [ |
| 80 | + "https://go.opentelemetry.io/otel{/,}**" |
| 81 | + ] |
50 | 82 | },
|
51 | 83 | {
|
52 |
| - "matchManagers": ["gomod"], |
53 |
| - "matchSourceUrlPrefixes": ["https://google.golang.org"], |
54 |
| - "groupName": "All google.golang.org packages" |
| 84 | + "matchManagers": [ |
| 85 | + "gomod" |
| 86 | + ], |
| 87 | + "groupName": "All google.golang.org packages", |
| 88 | + "matchSourceUrls": [ |
| 89 | + "https://google.golang.org{/,}**" |
| 90 | + ] |
55 | 91 | },
|
56 | 92 | {
|
57 |
| - "matchManagers": ["gomod"], |
58 |
| - "matchPackagePrefixes": ["golang.org/x"], |
59 |
| - "groupName": "All golang.org/x packages" |
| 93 | + "matchManagers": [ |
| 94 | + "gomod" |
| 95 | + ], |
| 96 | + "groupName": "All golang.org/x packages", |
| 97 | + "matchPackageNames": [ |
| 98 | + "golang.org/x{/,}**" |
| 99 | + ] |
60 | 100 | },
|
61 | 101 | {
|
62 |
| - "matchManagers": ["gomod"], |
63 |
| - "matchPackagePrefixes": ["go.opentelemetry.io/collector"], |
64 |
| - "groupName": "All go.opentelemetry.io/collector packages" |
| 102 | + "matchManagers": [ |
| 103 | + "gomod" |
| 104 | + ], |
| 105 | + "groupName": "All go.opentelemetry.io/collector packages", |
| 106 | + "matchPackageNames": [ |
| 107 | + "go.opentelemetry.io/collector{/,}**" |
| 108 | + ] |
65 | 109 | },
|
66 | 110 | {
|
67 |
| - "matchManagers": ["gomod"], |
68 |
| - "matchPackagePrefixes": ["go.opentelemetry.io/build-tools"], |
69 |
| - "groupName": "All go.opentelemetry.io/build-tools packages" |
| 111 | + "matchManagers": [ |
| 112 | + "gomod" |
| 113 | + ], |
| 114 | + "groupName": "All go.opentelemetry.io/build-tools packages", |
| 115 | + "matchPackageNames": [ |
| 116 | + "go.opentelemetry.io/build-tools{/,}**" |
| 117 | + ] |
70 | 118 | },
|
71 | 119 | {
|
72 |
| - "matchManagers": ["gomod"], |
73 |
| - "matchPackagePrefixes": ["go.opentelemetry.io/ebpf-profiler"], |
74 |
| - "matchUpdateTypes": ["digest"], |
| 120 | + "matchManagers": [ |
| 121 | + "gomod" |
| 122 | + ], |
| 123 | + "matchUpdateTypes": [ |
| 124 | + "digest" |
| 125 | + ], |
75 | 126 | "groupName": "eBPF Profiler",
|
76 |
| - "enabled": true |
| 127 | + "enabled": true, |
| 128 | + "matchPackageNames": [ |
| 129 | + "go.opentelemetry.io/ebpf-profiler{/,}**" |
| 130 | + ] |
77 | 131 | },
|
78 | 132 | {
|
79 |
| - "matchManagers": ["gomod"], |
80 |
| - "matchDepTypes": ["toolchain"], |
| 133 | + "matchManagers": [ |
| 134 | + "gomod" |
| 135 | + ], |
| 136 | + "matchDepTypes": [ |
| 137 | + "toolchain" |
| 138 | + ], |
81 | 139 | "enabled": false
|
82 | 140 | },
|
83 | 141 | {
|
84 |
| - "matchManagers": ["custom.regex"], |
| 142 | + "matchManagers": [ |
| 143 | + "custom.regex" |
| 144 | + ], |
85 | 145 | "matchPackageNames": [
|
86 | 146 | "goreleaser/goreleaser-pro"
|
87 | 147 | ],
|
88 | 148 | "extractVersion": "^(?<version>.*)-pro$"
|
89 | 149 | },
|
90 | 150 | {
|
91 |
| - "matchManagers": ["gomod"], |
| 151 | + "matchManagers": [ |
| 152 | + "gomod" |
| 153 | + ], |
92 | 154 | "matchPackageNames": [
|
93 | 155 | "github.com/goreleaser/goreleaser-pro/v2",
|
94 | 156 | "github.com/goreleaser/goreleaser-pro"
|
|
105 | 167 | }
|
106 | 168 | ],
|
107 | 169 | "prConcurrentLimit": 200,
|
108 |
| - "suppressNotifications": ["prEditedNotification"] |
| 170 | + "suppressNotifications": [ |
| 171 | + "prEditedNotification" |
| 172 | + ] |
109 | 173 | }
|
0 commit comments