Skip to content

Commit

Permalink
feat: add another regex manager for yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 5, 2025
1 parent fde8777 commit 9c18157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@
},
{
"customType": "regex",
"description": "update docker tags inside flux manifests",
"description": "update versions inside yaml manifests",
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"\\s+tag:\\s+(?<currentValue>[a-z0-9.-]+)\\s+# renovate: depName=(?<depName>.+?)\\s"
":\\s+(?<currentValue>[a-z0-9.-]+)\\s+# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\s"
],
"datasourceTemplate": "docker"
},
Expand Down

0 comments on commit 9c18157

Please sign in to comment.