spatie / period

Complex period comparisons
https://spatie.be/open-source
MIT License
1.65k stars 73 forks source link

Add Dependabot Automation #117

Closed patinthehat closed 2 years ago

patinthehat commented 2 years ago

This PR adds a dependabot configuration file that enables weekly update checks for all github actions used within workflows in the project. Additionally, it includes a workflow that automatically merges dependabot PRs for minor and patch version updates (major version bumps must be manually merged to avoid breaking changes).

Using these features will help keep all workflows up to date with a minimal amount of manual intervention necessary.

Note: this functionality has already been added to the Spatie laravel package skeleton repository.

freekmurze commented 2 years ago

Thanks!