{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": true, "automergeStrategy": "squash", "customManagers": [ { "customType": "regex", "description": "Update trivy-operator helm chart", "fileMatch": ["^.forgejo/workflows/deploy.yaml$"], "matchStrings": ["TRIVY_VERSION: \"(?.*?)\"\\n"], "depNameTemplate": "aquasecurity/trivy-operator", "datasourceTemplate": "github-releases" } ] }