Skip to content

Commit

Permalink
Extend renovate config to also update Chart.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Beermann <[email protected]>
  • Loading branch information
tibeer committed Oct 21, 2024
1 parent 837b5f9 commit c930549
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ingress:
tls: []
# - secretName: chart-example-tls
# hosts:
# chart-example.local
# - chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,18 @@
"dependencyDashboard": true,
"reviewers": [
"tibeer"
],
"customManagers": [
{
"customType": "regex",
"description": "Update vaultwarden docker image references",
"fileMatch": ["^vaultwarden\\/Chart\\.yaml$"],
"matchStrings": [
"appVersion: '(?<currentValue>.*?)'\\s+",
"version: '(?<currentValue>.*?)'\\s+"
],
"depNameTemplate": "vaultwarden/server",
"datasourceTemplate": "docker"
}
]
}

0 comments on commit c930549

Please sign in to comment.