There are some aspects of this package which may not be Debian compliment.
specifically we vendor in all node dependencies.
The packaged produced will:
create a bgpalerter use
install systemd file
install the binary to /usr/bin/bgpalert
install dependencies
install the example config files to /etc/bgpalerter/
* refactoring to support external configuration module
* allow for external connectors
* refactored retrieval of roa flat data structure now delegated to rpk-validator lib
* introduced support for external user group config file
* increased test coverage
* external group file documentation
* improve documentation on generatePrefixListEveryDays (#482)
* add comments on test connectors (#497)
Move config.yml to prevent accidental pushing one's config (or
accidental overwriting one's local config with the upstream version)
Add config.yml to .gitignore