rtCamp / blank-theme

Customized Blank theme based on Underscore and Foundation
25 stars 23 forks source link

Review and update npm packages #91

Open divyarajmasani opened 6 months ago

divyarajmasani commented 6 months ago

Summary

The package file needs to be updated to use the latest versions. It would be best if we could set up dependabot for the repo.

References

### Acceptance Criteria
- [ ] Update all packages.
- [ ] Set up dependabot to check for updates monthly.
thelovekesh commented 6 months ago

Set up dependabot to check for update bi-weekly.

I think it currently supports daily, weekly, and monthly - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval

divyarajmasani commented 6 months ago

Set up dependabot to check for update bi-weekly.

I think it currently supports daily, weekly, and monthly - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval

I see. In that case, we can keep it monthly for now.

Thanks, @thelovekesh