Skip to content

Commit

Permalink
fix(renovate): disable updates for build.build/gen go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Sep 28, 2023
1 parent af41d1c commit 644efa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
"matchManagers": ["regex"],
"pinDigests": false
},
{
"description": "Disable updates for build.build/gen go modules: https://github.com/renovatebot/renovate/discussions/24639",
"matchDatasources": ["go"],
"matchPackagePrefixes": ["build.build/gen/"],
"enabled": false
},
{
"description": "Prefix lockFileMaintenance branches",
"matchUpdateTypes": ["lockFileMaintenance"],
Expand Down

0 comments on commit 644efa2

Please sign in to comment.