99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments
MIT License
8.53k stars 822 forks source link

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

Closed kurtmckee closed 9 months ago

kurtmckee commented 1 year ago

Some of the GitHub actions used in the go.yml workflow are out-of-date. For example, the actions/setup-go@v3 action is now at version 4, which introduces caching.

Rather than submitting a PR to update individual actions one time, this PR introduces a Dependabot config that will submit PRs regularly as actions are updated.

If this PR merges, expect Dependabot to immediately submit two PRs (by my count) to update individual actions to their latest versions.