Skip to content

Commit

Permalink
[test] renovate's example
Browse files Browse the repository at this point in the history
Signed-off-by: Megha Mehta <[email protected]>
  • Loading branch information
mmehta-10 committed Oct 23, 2023
1 parent 322e445 commit 8170693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
":dependencyDashboard"
],
"baseBranches": ["main"],
"enabledManagers": [ "regex"],
"enabledManagers": [ "helmv3", "regex"],
"semanticCommits": "enabled",
"automergeType": "pr-comment",
"automergeComment": "renovate:merge",
Expand All @@ -33,7 +33,7 @@
"datasourceTemplate": "docker",
"fileMatch": ["(^|/)helm-dependencies.yaml$"],
"matchStrings": [
"^.*name:\\n.*repository:\\s(?<depName>.*).*\\n.*\\n.*\\n.*tag:\\s(?<currentValue>.*)"
"name:\\n.*repository:\\s(?<depName>.*).*\\n.*\\n.*\\n.*tag:\\s(?<currentValue>.*)"
]
}
],
Expand Down

0 comments on commit 8170693

Please sign in to comment.