Added renovate.config
All checks were successful
Deployment / container (push) Successful in 9s

This commit is contained in:
fleaz 2025-05-29 19:11:00 +02:00
parent a8f2d570dc
commit 08263d6d40
Signed by: fleaz
GPG key ID: 935474624265FE8F
2 changed files with 16 additions and 1 deletions

View file

@ -4,7 +4,7 @@ on:
push:
env:
TRIVY_VERSION: "0.26.1"
TRIVY_VERSION: "0.26.0"
jobs:
container:

15
renovate.json5 Normal file
View file

@ -0,0 +1,15 @@
{
"$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"
}
]
}