Skip to content

Commit 09acba7

Browse files
authored
chore: remove Go binary constraint for renovate (#416)
1 parent 21a2b36 commit 09acba7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

renovate.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": [
33
"config:base",
44
"schedule:daily",
5-
":disableDependencyDashboard",
65
"docker:disable"
76
],
87
"semanticCommits": "enabled",
@@ -12,8 +11,5 @@
1211
"gomodTidy"
1312
],
1413
"commitMessageAction": "update",
15-
"groupName": "all dependencies",
16-
"constraints": {
17-
"go": "1.23"
18-
}
14+
"groupName": "all dependencies"
1915
}

0 commit comments

Comments
 (0)