15 lines
474 B
Text
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"
|
|
}
|
|
]
|
|
}
|