https://github.com/evenh/versionmonitor
Monitors different kinds of software projects for new releases
https://github.com/evenh/versionmonitor
dependency-monitoring github monitoring slack spring-boot
Last synced: 27 days ago
JSON representation
Monitors different kinds of software projects for new releases
- Host: GitHub
- URL: https://github.com/evenh/versionmonitor
- Owner: evenh
- Archived: true
- Created: 2016-01-09T19:32:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T12:07:45.000Z (over 1 year ago)
- Last Synced: 2025-03-01T22:43:55.029Z (11 months ago)
- Topics: dependency-monitoring, github, monitoring, slack, spring-boot
- Language: Java
- Homepage:
- Size: 454 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# versionmonitor

> A server side watcher app for monitoring new versions of your software dependencies.
## Background
Versionmonitor does the boring work of giving you a heads up when a new version of your favorite
framework/library/open source service is available. It accomplishes this by continuously polling
multiple hosts for the newest versions for a given software project.
## Third parties supported
### Host services
Currently versionmonitor have support for checking the following hosts for new releases:
```
- GitHub (requires OAuth token)
- NPM
```
### Notification services
The following ways of being notified of new releases is currently supported:
```
- Slack
```
## Contributing
Feel free to open an issue or file an pull request - help is always welcome :-)