Skip to content

Commit

Permalink
fix: loosen regex
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 5, 2025
1 parent 5fc262c commit 4f58f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"description": "update versions inside yaml manifests",
"fileMatch": ["\\.yaml$"],
"matchStrings": [
":\\s+(?<currentValue>[a-z0-9.-]+)\\s+# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\s"
":\\s+(?<currentValue>.+?)\\s+# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\s"
],
"datasourceTemplate": "docker"
},
Expand Down

0 comments on commit 4f58f50

Please sign in to comment.