Skip to content

Commit

Permalink
Disable updating minimum Go version in go.mod (#2)
Browse files Browse the repository at this point in the history
Need to support non-latest Go version as library.
renovatebot/renovate#16715
  • Loading branch information
at-wat authored Oct 19, 2022
1 parent 523889f commit bfaf1ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@
"commitBody": "Generated by renovateBot",
"github-actions": {
"fileMatch": ["^ci\\/workflows\\/[^/]+\\.ya?ml$"]
}
},
"packageRules": [
{
"description": "Disable updating minimum Go version: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
}
]
}

0 comments on commit bfaf1ca

Please sign in to comment.