File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4+ " github>grafana/grafana-renovate-config//presets/k6/k6-engine-base.json" ,
45 " schedule:weekly"
56 ],
67 "ignorePaths" : [
3233 "matchDepTypes" : [" indirect" ],
3334 "enabled" : false
3435 },
35- {
36- "description" : " Update Go versions only when a patch version exists (z > 0 in v1.x.z)" ,
37- "matchManagers" : [
38- " gomod"
39- ],
40- "matchPackageNames" : [
41- " go"
42- ],
43- "allowedVersions" : " /^(?:v)?\\ d+\\ .\\ d+\\ .[1-9]\\ d*$/"
44- },
4536 {
4637 "groupName" : " golangx" ,
4738 "description" : " Group golang.org/x modules" ,
6253 " /^google\\ .golang\\ .org//"
6354 ]
6455 },
65- {
66- "groupName" : " otel" ,
67- "description" : " Group OpenTelemetry modules" ,
68- "matchManagers" : [
69- " gomod"
70- ],
71- "matchPackageNames" : [
72- " /^go\\ .opentelemetry\\ .io//"
73- ]
74- },
7556 {
7657 "description" : " Disable list for frozen Go modules - see Dependencies.md and modtools_frozen.yml" ,
7758 "matchManagers" : [
You can’t perform that action at this time.
0 commit comments