Hi, there are a lot of Hugo modules inside my repo, I would like to check and update the deps by Dependabot, but it will execute go mod tidy
instead of hugo mod tidy
, which remove all Hugo required modules.
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/modules/meta/recommended"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
Is there any workaround or alternative for Hugo modules to check latest dependencies?