Skip to content

Commit d38c434

Browse files
authored
ci: Enable bumping golang-version (#4281)
Enable renovatebot to bump the golang-version e.g. `go 1.23.4` at the top of go.mod files
1 parent a67a430 commit d38c434

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
{
145145
"matchDepTypes": ["uses-with"],
146146
"enabled": false
147+
},
148+
{
149+
"matchDatasources": ["golang-version"],
150+
"rangeStrategy": "bump"
147151
}
148152
],
149153
"customManagers": [

0 commit comments

Comments
 (0)