Skip to content

Commit

Permalink
Merge pull request #314 from jingyuanliang/ren
Browse files Browse the repository at this point in the history
renovate: disable updating tools/ and go+toolchain in go.mod
  • Loading branch information
google-oss-prow[bot] authored May 7, 2024
2 parents a2735a6 + 7b954a5 commit 59c7d12
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [
"tools/"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
},
{
"matchManagers": ["gomod"],
"matchDepTypes": ["toolchain"],
"enabled": false
}
]
}

0 comments on commit 59c7d12

Please sign in to comment.