{ "customManagers": [ { "customType": "regex", "description": "Apply an explicit gitea digest field match", "fileMatch": ["values\\.ya?ml"], "matchStrings": [ "(?gitea\\/gitea)\\n(?\\s+)tag: (?[^@].*?)\\n\\s+digest: (?sha256:[a-f0-9]+)" ], "datasourceTemplate": "docker", "autoReplaceStringTemplate": "{{depName}}\n{{indentation}}tag: {{newValue}}\n{{indentation}}digest: {{#if newDigest}}{{{newDigest}}}{{else}}{{{currentDigest}}}{{/if}}" } ], "packageRules": [ { "matchFileNames": ["kubernetes/app/gitea/**"], "semanticCommitScope": "k8s/gitea" }, { "matchFileNames": ["kubernetes/app/gitea/**"], "matchPackageNames": ["gitea/gitea"], "matchUpdateTypes": ["patch", "minor"], "automerge": true }, { "description": "Ignore infrastructure images (resticprofile)", "matchFileNames": ["kubernetes/app/gitea/**"], "matchPackageNames": ["creativeprojects/resticprofile"], "enabled": false } ] }