Skip to content

Commit

Permalink
feat: Make sure to also upgrade Prometheus chart appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode authored Mar 22, 2024
1 parent 95a45af commit c37d780
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
"depNameTemplate": "quay.io/prometheus/prometheus",
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["^charts/prometheus/Chart.yaml$"],
"matchStrings": [
"appVersion: (?<currentValue>.*?)\\s"
],
"depNameTemplate": "quay.io/prometheus/prometheus",
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["^charts/prometheus-node-exporter/Chart.yaml$"],
Expand Down

0 comments on commit c37d780

Please sign in to comment.