Skip to content

Conversation

@drewalth
Copy link
Member

@drewalth drewalth commented Jul 9, 2023

This pull request adds several new GitHub Actions workflows related to dependabot.

Dependabot will check for any available dependency updates. If a minor update is available for a package, and all the CI checks (lint, test, build) pass successfully, the dependabot PR will automatically be approved and merged.

All major version upgrades will require manual developer approval.

TODO

To enable the auto approve and merge functionality, a Personal Access Token with the repo and public_repo scopes must be added to this repos Actions Secrets. The workflow is currently setup to load an access token called WH2O_TOKEN . More on scopes and the auto merge workflow here.

@drewalth drewalth requested a review from ngottlieb July 9, 2023 00:29
@drewalth drewalth changed the title ci: dependabot + gitleaks workflows ci: dependabot workflows Jul 9, 2023
@drewalth
Copy link
Member Author

drewalth commented Jul 9, 2023

@ngottlieb I'm actually unsure about this PR... the auto approve + merge functionality is great when there are decent compile-time checks. Since most of the codebase is JS, potential errors may get swallowed and silenced. Maybe this would be better added after the vue3 + TS migration.

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