Skip to content

Commit

Permalink
renovate: do not constraint go version in main
Browse files Browse the repository at this point in the history
To stay in sync with kubernetes, the go version should be not
constrained.

Signed-off-by: Dominik Holler <[email protected]>
  • Loading branch information
dominikholler committed Jan 17, 2025
1 parent 6a1bf80 commit b027b07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main", "release-v0.20", "release-v0.19", "release-v0.18"],
"constraints": {
"go": "1.22"
},
"prConcurrentLimit": 3,
"groupName": "all dependencies",
"groupSlug": "all",
Expand Down

0 comments on commit b027b07

Please sign in to comment.