Skip to content

Commit

Permalink
fix: allow single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 19, 2024
1 parent 7cfcbc1 commit 991bfdf
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 @@ -213,7 +213,7 @@
"description": "Update install-* Buildpack commands and _VERSION variables in shell scripts",
"fileMatch": ["\\.sh$", "\\.ps1$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?( versioning=(?<versioning>.+?))?\\s\\$?[A-Z0-9_]+?_VERSION\\s*=\\s*\"?(?<currentValue>.+?)\"?\\s",
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?( versioning=(?<versioning>.+?))?\\s\\$?[A-Z0-9_]+?_VERSION\\s*=\\s*['\"]?(?<currentValue>.+?)['\"]?\\s",
"# renovate: datasource=(?<datasource>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\sinstall-[a-z]+? (?<depName>[a-z0-9-]+?) (?<currentValue>.+?)\\s"
]
},
Expand Down

0 comments on commit 991bfdf

Please sign in to comment.