Skip to content

Commit

Permalink
chore(renovate): disable updates for golang.org/x/exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Apr 11, 2024
1 parent a402d14 commit d10b68d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
automerge: true,
},
{
// Stop Renovate from updating golang.org/x/exp.
// This library doesn't follow semver and Renovate spams with PRs.
// TODO(@zebradil): consider moving to another library.
"matchPackageNames": ["golang.org/x/exp"],
"enabled": false
}
],
regexManagers: [
{
Expand Down

0 comments on commit d10b68d

Please sign in to comment.