govuk-prototype-kit
govuk-prototype-kit copied to clipboard
Add dependabot config within generator?
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