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

Add dependabot config within generator? #2326

Open
frankieroberto opened this issue Sep 1, 2023 · 0 comments
Open

Add dependabot config within generator? #2326

frankieroberto opened this issue Sep 1, 2023 · 0 comments

Comments

@frankieroberto
Copy link
Contributor

Would it be worth adding the GitHub dependabot config to generated prototypes using npx govuk-prototype-kit create?

That way, anyone pushing their prototype to GitHub will benefit from automated pull requests with version bumps to the kit itself, plugins and govuk-frontend?

For reference, here’s what the config looks like for the prototype I’m currently working on:

.github/dependabot.yml:

version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
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

1 participant