For muteable tags, you have to define each repository separately. It would be awesome if the repository name itself would support regex. Example: ``` apiVersion: kuik.enix.io/v1alpha1 kind: Repository metadata: name: all-repositories spec: name: "*" updateInterval: 1h updateFilters: - 'latest' ``` Or `spec.name=docker.io/*`