Skip to content

Commit

Permalink
Merge pull request #195 from cevich/ignore_go_toolchain_updates
Browse files Browse the repository at this point in the history
Never update golang toolchain
  • Loading branch information
cevich committed Apr 30, 2024
2 parents 5d234f1 + 2e80527 commit 9a8a1a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate/defaults.json5
Expand Up @@ -193,6 +193,13 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks
"allowedVersions": "!/v((1.0.0)|(1.0.1))$/"
},

// Skip updating the go.mod toolchain directive, humans will manage this.
{
"matchCategories": ["golang"],
"matchDepTypes": ["toolchain"],
"enabled": false
},

// Add CI:DOCS prefix to skip unnecessary tests for golangci updates in podman CI.
{
"matchPackageNames": ["golangci/golangci-lint"],
Expand Down

0 comments on commit 9a8a1a2

Please sign in to comment.