stas / jsonapi.rb

Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
MIT License
262 stars 58 forks source link

Add Dependabot for GitHub Actions #81

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

What is the current behavior?

GitHub Actions in CI configuration are not updated as new versions are made available.

What is the new behavior?

This PR adds Dependabot for GitHub Actions as described here - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

As the checkout action is currently out of date, Dependabot will open a PR to update it if and when this PR is merged.

Checklist

Please make sure the following requirements are complete:

stas commented 2 years ago

Sorry @petergoldstein, just saw this now. Thank you!!!