Skip to content

Commit

Permalink
Fix/renovate (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur authored Dec 18, 2024
1 parent 9493745 commit ac551fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
{
// Update Super Agent chart
"customType": "regex",
"fileMatch": [ "^charts/super-agent-deployment/Chart.yaml$" ],
"fileMatch": [ "^charts/agent-control/Chart.yaml$" ],
"datasourceTemplate": "docker",
"depNameTemplate": "newrelic/newrelic-super-agent",
"depNameTemplate": "newrelic/newrelic-agent-control",
"matchStrings": [
"appVersion: (?<currentValue>.*) # .*"
]
Expand Down

0 comments on commit ac551fb

Please sign in to comment.