Skip to content

Commit cefb446

Browse files
authored
Renovate: extends base config and stop updating go.mod toolchain (#5411)
1 parent ddc6193 commit cefb446

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

renovate.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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": [
@@ -32,16 +33,6 @@
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",
@@ -62,16 +53,6 @@
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": [

0 commit comments

Comments
 (0)