Skip to content

Commit

Permalink
Disable updating minimum Go version in go.mod (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Oct 12, 2022
1 parent 52cf6e7 commit 2d9208d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
{
"packagePatterns": ["^golang.org/x/"],
"schedule": ["on the first day of the month"]
},
{
"description": "Disable updating minimum Go version: https:/renovatebot/renovate/issues/16715",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
}
],
"ignorePaths": [],
Expand Down

0 comments on commit 2d9208d

Please sign in to comment.