We have 4 repositories under the same organization with dependabot configured to get auto-updates of dependencies on package.json. We are publishing new versions of packages being used on those package.json every day.
Seems dependabot is running a daily (around 6AM) update even though the configuration we are using for update_schedule is live.
dependabot polls private repositories?live _update_schedule_?version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "all"
dependency_type: "direct"
automerged_updates:
- match:
update_type: "in_range"
version_requirement_updates: "off"
commit_message:
prefix: "chore"

Thanks
@dominguezcelada hey Dependabot currently doesn't poll private registries and runs daily. It's only responding to the public changes feed from npm. We would love to add support for live updates from private registries in future, specifically GitHub packages.
Think this should be made more clear on the website, took me ages to find this.
Most helpful comment
@dominguezcelada hey Dependabot currently doesn't poll private registries and runs daily. It's only responding to the public changes feed from npm. We would love to add support for live updates from private registries in future, specifically GitHub packages.