Skip to content

Commit

Permalink
💨 renovate: disable minimum Go version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Mar 14, 2024
1 parent 58ca864 commit 877db96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
":automergeMinor",
":disableRateLimiting"
],
"packageRules": [
{
"description": "Disable minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"enabled": false
}
],
"postUpdateOptions": [
"gomodTidy"
]
Expand Down

0 comments on commit 877db96

Please sign in to comment.