This commit is contained in:
parent
a8f2d570dc
commit
08263d6d40
2 changed files with 16 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
|
||||
env:
|
||||
TRIVY_VERSION: "0.26.1"
|
||||
TRIVY_VERSION: "0.26.0"
|
||||
|
||||
jobs:
|
||||
container:
|
||||
|
|
15
renovate.json5
Normal file
15
renovate.json5
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue