-
Notifications
You must be signed in to change notification settings - Fork 1
Module ‐ Versions
Stéphane Brunner edited this page Jun 4, 2025
·
7 revisions
Module that collects the dependencies used by a module and displays the internal and reverse dependencies in the dashboard.
This module provides insights into the dependencies used by a project and their relationships. It:
-
Dependency Collection: Gathers information about dependencies from standard files like
package.json,pyproject.toml, andsetup.py. - Reverse Dependency Analysis: Identifies other modules or projects that depend on the current module.
- Dashboard Integration: Displays collected data in a centralized dashboard for easy visualization.
-
Docker Image and Tag Analysis: Uses the
ci/config.yamlfile to analyze published Docker images and tags. - Renovate Integration: Leverages Renovate to find and manage dependencies.
You can configure the versions module using the .github/ghci.yaml file.
- Ensure the
SECURITY.mdfile from default branch is up-to-date to accurately reflect stabilization branches. - Use Renovate to automate dependency updates and reduce maintenance overhead.
- Regularly review the dashboard to identify outdated or vulnerable dependencies.