Each of the feeds have their own implementation and support their own set of configuration options.
packages
this configuration option is only available on certain feeds, check the README of the feed you're interested in for information on this.
poll_rate
this allows for setting the frequency of polling for this specific feed. This is supported by all feeds. The value should be a string formatted for duration parser. Setting this value will enable the scheduled polling regardless of the value of timer
in the root of the configuration.
feeds:
- type: pypi
options:
poll_rate: "5m"
feeds:
- type: npm
options:
poll_rate: "10m"
- type: crates
options:
poll_rate: "1h"
feeds:
- type: pypi
options:
packages:
- numpy
- django
poll_rate: "10m"