Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup dependabot for Hugo #1

Open
roughike opened this issue Apr 10, 2022 · 2 comments
Open

Setup dependabot for Hugo #1

roughike opened this issue Apr 10, 2022 · 2 comments

Comments

@roughike
Copy link
Member

Right now, both Jekyll and Eleventy have dependabot configured so that they will get automatic update PRs whenever Jekyll/Eleventy has a newer version available. This is good because it ensures that these templates will continue working with the latest versions of Jekyll/Eleventy.

We need the same for Hugo, but at the moment, I'm not sure how it will work.

@remysheppard
Copy link

Perhaps hugo's modules feature?

@roughike
Copy link
Member Author

How would that look like?

I had the idea of having a go.mod (or whatever is the Go equivalent for package.json) that has a dependency on Hugo and nothing else. The file would not be used for anything else than Dependabot yelling about new Hugo versions available.

I'm not too familiar with Go or Dependabot yet, but maybe there's an even better way to do it than that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants