Skip to content

Commit a4b2b80

Browse files
chore(config): migrate config renovate.json (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d2eba2 commit a4b2b80

File tree

1 file changed

+99
-35
lines changed

1 file changed

+99
-35
lines changed

renovate.json

Lines changed: 99 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,88 +7,150 @@
77
"constraints": {
88
"go": "1.23"
99
},
10-
"schedule": ["every tuesday"],
10+
"schedule": [
11+
"on tuesday"
12+
],
1113
"extends": [
1214
"config:best-practices",
1315
"helpers:pinGitHubActionDigestsToSemver"
1416
],
1517
"packageRules": [
1618
{
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+
],
1931
"enabled": false
2032
},
2133
{
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+
]
2646
},
2747
{
28-
"matchManagers": ["dockerfile"],
48+
"matchManagers": [
49+
"dockerfile"
50+
],
2951
"groupName": "dockerfile deps"
3052
},
3153
{
32-
"matchManagers": ["docker-compose"],
54+
"matchManagers": [
55+
"docker-compose"
56+
],
3357
"groupName": "docker-compose deps"
3458
},
3559
{
36-
"matchManagers": ["github-actions"],
60+
"matchManagers": [
61+
"github-actions"
62+
],
3763
"groupName": "github-actions deps"
3864
},
3965
{
40-
"matchManagers": ["gomod"],
66+
"matchManagers": [
67+
"gomod"
68+
],
4169
"matchSourceUrls": [
4270
"https://github.com/open-telemetry/opentelemetry-go-contrib"
4371
],
4472
"groupName": "All opentelemetry-go-contrib packages"
4573
},
4674
{
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+
]
5082
},
5183
{
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+
]
5591
},
5692
{
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+
]
60100
},
61101
{
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+
]
65109
},
66110
{
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+
]
70118
},
71119
{
72-
"matchManagers": ["gomod"],
73-
"matchPackagePrefixes": ["go.opentelemetry.io/ebpf-profiler"],
74-
"matchUpdateTypes": ["digest"],
120+
"matchManagers": [
121+
"gomod"
122+
],
123+
"matchUpdateTypes": [
124+
"digest"
125+
],
75126
"groupName": "eBPF Profiler",
76-
"enabled": true
127+
"enabled": true,
128+
"matchPackageNames": [
129+
"go.opentelemetry.io/ebpf-profiler{/,}**"
130+
]
77131
},
78132
{
79-
"matchManagers": ["gomod"],
80-
"matchDepTypes": ["toolchain"],
133+
"matchManagers": [
134+
"gomod"
135+
],
136+
"matchDepTypes": [
137+
"toolchain"
138+
],
81139
"enabled": false
82140
},
83141
{
84-
"matchManagers": ["custom.regex"],
142+
"matchManagers": [
143+
"custom.regex"
144+
],
85145
"matchPackageNames": [
86146
"goreleaser/goreleaser-pro"
87147
],
88148
"extractVersion": "^(?<version>.*)-pro$"
89149
},
90150
{
91-
"matchManagers": ["gomod"],
151+
"matchManagers": [
152+
"gomod"
153+
],
92154
"matchPackageNames": [
93155
"github.com/goreleaser/goreleaser-pro/v2",
94156
"github.com/goreleaser/goreleaser-pro"
@@ -105,5 +167,7 @@
105167
}
106168
],
107169
"prConcurrentLimit": 200,
108-
"suppressNotifications": ["prEditedNotification"]
170+
"suppressNotifications": [
171+
"prEditedNotification"
172+
]
109173
}

0 commit comments

Comments
 (0)