chroma-core / chroma

the AI-native open-source embedding database
https://www.trychroma.com/
Apache License 2.0
14.72k stars 1.23k forks source link

Add a Dependabot config to auto-update GitHub action versions #2372

Closed kurtmckee closed 2 months ago

kurtmckee commented 3 months ago

Description of changes

Currently, deprecation warnings are being thrown due to actions using out-of-date Node versions (recent example). Rather than submitting a PR to update them manually, this PR configures Dependabot to regularly submit PRs to update GitHub action versions as needed.

If this PR merges, you can expect Dependabot to immediately submit a PR to update actions to newer versions.

Test plan

n/a

Documentation Changes

n/a

github-actions[bot] commented 3 months ago

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

kurtmckee commented 2 months ago

Closing due to lack of interaction, and to reduce the list of open PRs for the project.