Skip to content

Commit 21a2b36

Browse files
authored
build: update Go version to 1.23 for dependencies (#413)
1 parent 879afbd commit 21a2b36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

renovate.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
":disableDependencyDashboard",
66
"docker:disable"
77
],
8-
"semanticCommits": false,
8+
"semanticCommits": "enabled",
9+
"semanticCommitType": "deps",
10+
"semanticCommitScope": "",
911
"postUpdateOptions": [
1012
"gomodTidy"
1113
],
12-
"commitMessagePrefix": "deps: ",
1314
"commitMessageAction": "update",
14-
"groupName": "deps",
15+
"groupName": "all dependencies",
1516
"constraints": {
16-
"go": "1.20"
17+
"go": "1.23"
1718
}
1819
}

0 commit comments

Comments
 (0)