rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Create a GitHub Actions workflow that checks for updated dependencies on release/tag #94

Open rdw-software opened 3 years ago

rdw-software commented 3 years ago

Goals

Please describe briefly the intended purpose of the change and the rationale behind it:

Roadmap

Please list the exact steps needed to implement the change here, in as much detail as you see fit:

Personal Notes

I don't want to use dependabot for this since it spams the repository with issues/commits. Instead, it seems more reasonable to notify developers of outdated dependencies frequently, but not constantly to avoid getting stuck in a perpetual update loop.

In practice (i.e., later) releases should be frequent enough to make sure no urgent updates are missed. Additionally, we have CodeQL that's scheduled to run once per week, and a separate builtin dependabot alert for critical security updates (that doesn't spam the repository unless it's actually important).