Skip to content

Commit

Permalink
ci(renovate): update indirect deps only for hugo
Browse files Browse the repository at this point in the history
Updating indirect dependencies in the main go.mod does not make sense as
they are not being used and are reverted by running go mod tidy.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
  • Loading branch information
michaeladler committed Dec 17, 2024
1 parent e982f48 commit 31c247f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
matchUpdateTypes: ["minor", "patch", "digest"],
},
{
// needed to maintain our hugo dependencies
matchManagers: ["gomod"],
matchFileNames: ["hugo/go.mod"],
matchDepTypes: ["indirect"],
enabled: true,
},
Expand Down

0 comments on commit 31c247f

Please sign in to comment.