File tree Expand file tree Collapse file tree 2 files changed +56
-38
lines changed
Expand file tree Collapse file tree 2 files changed +56
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended"
5+ ],
6+ "labels" : [" dependencies" ],
7+ "postUpdateOptions" : [" gomodTidy" ],
8+ "vulnerabilityAlerts" : {
9+ "enabled" : true
10+ },
11+ "osvVulnerabilityAlerts" : true ,
12+ "customManagers" : [
13+ {
14+ "customType" : " regex" ,
15+ "managerFilePatterns" : [
16+ " /(^|/)Makefile$/" ,
17+ " /(^|/)makefile$/" ,
18+ " /(^|/)GNUMakefile$/" ,
19+ " /\\ .mk$/"
20+ ],
21+ "matchStrings" : [
22+ " # 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"
23+ ]
24+ }
25+ ],
26+ "packageRules" : [
27+ {
28+ "groupName" : " kubernetes" ,
29+ "groupSlug" : " kubernetes-go" ,
30+ "matchDatasources" : [
31+ " go"
32+ ],
33+ "matchPackageNames" : [
34+ " k8s.io/**" ,
35+ " sigs.k8s.io/**"
36+ ]
37+ },
38+ {
39+ "groupName" : " otel" ,
40+ "groupSlug" : " otel-go" ,
41+ "matchDatasources" : [
42+ " go"
43+ ],
44+ "matchPackageNames" : [
45+ " go.opentelemetry.io/**"
46+ ]
47+ },
48+ {
49+ "groupName" : " devbox" ,
50+ "groupSlug" : " devbox" ,
51+ "matchDatasources" : [
52+ " devbox"
53+ ]
54+ }
55+ ]
56+ }
You can’t perform that action at this time.
0 commit comments