node-oauth / node-oauth2-server

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
https://www.npmjs.com/package/@node-oauth/oauth2-server
MIT License
286 stars 39 forks source link

ci: add dependabot integration for github actions #311

Closed dhensby closed 1 month ago

dhensby commented 1 month ago

This will help keep our github actions up-to-date.

I've also removed the actions/cache job because it's not actually needed as actions/setup-node can do caching itself. This does require us to commit a package-lock.json file, but that is good practice so I advocate to change that too!

jankapunkt commented 1 month ago

Setup node is already @ v4 so I think its good to switch to it so we're good for the next months. what do you think?

dhensby commented 1 month ago

Setup node is already @ v4 so I think its good to switch to it so we're good for the next months. what do you think?

done!