Tracks selected npm dependencies and opens a GitHub issue when a new version is detected.
- A scheduled workflow runs daily, executes
check_deps.py, and commitsdeps.jsonchanges. - A second workflow triggers on
deps.jsonchanges and creates an issue summarizing updates.
java—https://www.npmjs.com/package/javanode-gyp—https://www.npmjs.com/package/node-gyp
- Ensure Python 3 is installed.
- From repo root, run:
python check_deps.pyThis will create/update deps.json at the repository root.