alphagov / govuk-prototype-kit

Rapidly create HTML prototypes of GOV.UK services
https://prototype-kit.service.gov.uk
MIT License
301 stars 236 forks source link

Add dependabot config within generator? #2326

Open frankieroberto opened 1 year ago

frankieroberto commented 1 year ago

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