dmd import renovate
Import a data dump from renovate-graph or the Renovate debug logs
Synopsis
Takes a data export from https://gitlab.com/tanna.dev/renovate-graph/ or the debug logs that come from Renovate (https://github.com/renovatebot/renovate/discussions/13150) and converts it to the database model.
Example usage:
{dmd} import renovate '../out/*.json' --db out.db {dmd} import renovate renovate-output.json --db out.db
dmd import renovate '/path/to/*.json' [flags]
Options
-h, --help help for renovate
--no-progress prevent displaying progress of long-running tasks
Options inherited from parent commands
--db string the path to the input/output database
--debug whether to enable debug logging
SEE ALSO
- dmd import - Import raw data exports into a given database