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

Enable Dependabot Automation #464

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

patinthehat
Copy link
Contributor

@patinthehat patinthehat commented Nov 23, 2022

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.

This functionality has already been added to the Spatie laravel package skeleton repository.

Note on tests: the tests are failing due to a composer plugin issue, however the files in this PR are not subject to unit tests as they are simple yaml files; the failing tests can safely be resolved in another PR.

@freekmurze
Copy link
Member

Thanks! Could you send another PR to fix the tests?

@freekmurze freekmurze merged commit 200317e into spatie:main Nov 24, 2022
@patinthehat
Copy link
Contributor Author

@freekmurze Yup, I'll send one over shortly.

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

Successfully merging this pull request may close these issues.

2 participants