{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action" ], "customManagers": [ { "customType": "regex", "description": "Update Trivy docker image", "managerFilePatterns": [ "/(^|/)(setup-db|scan-config|scan-fs|scan-image)/action\\.ya?ml$/" ], "datasourceTemplate": "docker", "matchStrings": [ "default:\\s*\"(?ghcr\\.io/aquasecurity/trivy):(?[\\d\\.]+)(?:@(?sha256:[a-f0-9]+))?\"" ] } ], "packageRules": [ { "matchManagers": ["dockerfile", "kubernetes", "helmfile", "helm-values"], "ignorePaths": ["get-images-from-files/test*"] } ] }