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

feat: Dependabot auto-update #138

Merged
merged 1 commit into from
Sep 22, 2023
Merged

feat: Dependabot auto-update #138

merged 1 commit into from
Sep 22, 2023

Conversation

nickevansuk
Copy link
Contributor

Works with https://github.com/openactive/github-actions-workflows

Ensures that dependencies stay updated automatically, with maintainers only intervening by exception (i.e. when an automatic update fails).

Note that security concerns are mitigated as (i) the GitHub action does not have access to any secrets (except for DEPENDABOT_PUBLIC_REPO_ACCESS_TOKEN, which is passed to a specific step only), and (ii) approval of dependabot PRs is delayed for 20 days, to allow time for vulnerabilities to be discovered and the offending version removed from npm.

@nickevansuk nickevansuk merged commit 05961a1 into master Sep 22, 2023
5 checks passed
@nickevansuk nickevansuk deleted the feature/dependabot branch September 22, 2023 20:22
@nickevansuk
Copy link
Contributor Author

Note there are still issues with this, which is why it's still in the backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ❗ High Priority Ideas
Development

Successfully merging this pull request may close these issues.

1 participant