monasca / pr-bot

Automatic version checker bot
Apache License 2.0
6 stars 1 forks source link

Repository subsetting #3

Open timothyb89 opened 7 years ago

timothyb89 commented 7 years ago

It would be extremely useful to have some support for repository subsetting. Right now we track all modules in a given repository, but this would be bad behavior for things like e.g. the public Helm repo. It would be nice if we could only check for updates to the modules from these repositories that we care about (or that have some reverse dependency relationship)

Probably depends on #2 since we'll only want to update these repositories every 24 hours or so.