trivy-operator/renovate.json5
fleaz 08263d6d40
All checks were successful
Deployment / container (push) Successful in 9s
Added renovate.config
2025-05-29 19:11:00 +02:00

15 lines
474 B
Text

{
"$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: \"(?<currentValue>.*?)\"\\n"],
"depNameTemplate": "aquasecurity/trivy-operator",
"datasourceTemplate": "github-releases"
}
]
}