File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended"
5+ ],
6+ "labels" : [" dependencies" ],
7+ "postUpdateOptions" : [" gomodTidy" ],
8+ "customManagers" : [
9+ {
10+ "customType" : " regex" ,
11+ "managerFilePatterns" : [
12+ " /(^|/)Makefile$/" ,
13+ " /(^|/)makefile$/" ,
14+ " /(^|/)GNUMakefile$/" ,
15+ " /\\ .mk$/"
16+ ],
17+ "matchStrings" : [
18+ " # renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\ s]+?)(?: (?:packageName)=(?<packageName>[^\\ s]+?))?(?: versioning=(?<versioning>[^\\ s]+?))?(?: extractVersion=(?<extractVersion>[^\\ s]+?))?(?: registryUrl=(?<registryUrl>[^\\ s]+?))?\\ s+[A-Za-z0-9_]+?_VERSION\\ s*:*\\ ??=\\ s*[\" ']?(?<currentValue>.+?)[\" ']?\\ s"
19+ ]
20+ }
21+ ],
22+ "packageRules" : [
23+ {
24+ "groupName" : " kubernetes" ,
25+ "groupSlug" : " kubernetes-go" ,
26+ "matchDatasources" : [
27+ " go"
28+ ],
29+ "matchPackageNames" : [
30+ " k8s.io/**" ,
31+ " sigs.k8s.io/**"
32+ ]
33+ },
34+ {
35+ "groupName" : " otel" ,
36+ "groupSlug" : " otel-go" ,
37+ "matchDatasources" : [
38+ " go"
39+ ],
40+ "matchPackageNames" : [
41+ " go.opentelemetry.io/**"
42+ ]
43+ },
44+ {
45+ "groupName" : " devbox" ,
46+ "groupSlug" : " devbox" ,
47+ "matchDatasources" : [
48+ " devbox"
49+ ]
50+ }
551 ]
652}
You can’t perform that action at this time.
0 commit comments