Closed zimeg closed 4 months ago
@alpha-tango-kilo this should all be picked up and parsed on the master
branch without other configurations!
Edit: If secrets were used in workflows these would have to be included in the repo action settings for dependabot, but I'm don't think secrets are used right now 🔐
Summary
🤖 This PR automates the updates of dependencies in GitHub Actions to keep with the latest and greatest.
Noticed that the
test.yml
workflow usesactions/checkout@v3
which uses Node 16 which is deprecated.I've found that the kind @dependabot is good at updating things like this 🙏
Notes