We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313f81e commit b556d2dCopy full SHA for b556d2d
2 files changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/stacklok/toolhive-core
2
3
-go 1.25.6
+go 1.25.7
4
5
require (
6
github.com/google/cel-go v0.27.0
renovate.json
@@ -6,5 +6,15 @@
":semanticCommitsDisabled"
7
],
8
"labels": ["dependencies"],
9
- "postUpdateOptions": ["gomodTidy"]
+ "postUpdateOptions": ["gomodTidy"],
10
+ "customManagers": [
11
+ {
12
+ "customType": "regex",
13
+ "fileMatch": ["(^|/)go\\.mod$"],
14
+ "matchStrings": ["go (?<currentValue>\\d+\\.\\d+(\\.\\d+)?)"],
15
+ "depNameTemplate": "golang",
16
+ "datasourceTemplate": "golang-version",
17
+ "versioningTemplate": "loose"
18
+ }
19
+ ]
20
}
0 commit comments