How to Disable Version Checking?

Traefik seems to be checking api.github.com for new versions once every week. How do I disable this functionality? The request gets blocked by my Squid proxy anyways, but I do not want it phoning github at all.

This can probably be set in static config (doc):

global:
  checkNewVersion: true
  sendAnonymousUsage: true
1 Like

Couldn't find it in the docs, let me try it out.

Thank you!