Skip to content

Commit

Permalink
Configure renovate.json to ignore uconfig v1.2.1 dep (#296)
Browse files Browse the repository at this point in the history
The `uconfig` package is being updated to version v1.2.1, but this
version has been retracted on it's `go.mod` file. Renovate Bot is
attempting to update the version anyway. Since there are no changes, the
update is harmless. Even so, I think it's a good idea to avoid updating
to retracted versions.
  • Loading branch information
eric-reis committed Dec 28, 2023
1 parent 56cb716 commit 2ad9923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
"extends": ["config:base", ":semanticCommits"],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"ignoreDeps": [
"github.com/omeid/[email protected]"
],
"packageRules": [
{
"groupName": "all non-major dependencies",
Expand Down

0 comments on commit 2ad9923

Please sign in to comment.