Skip to content

Commit

Permalink
feat: adds renovate to sh files (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com>
  • Loading branch information
UncleGedd and zachariahmiller committed Apr 18, 2024
1 parent a706e26 commit b604d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/renovate.json5
Expand Up @@ -71,7 +71,7 @@
},
// Matches specified datasources where an environment variable separates the version on the following line (i.e. https://github.com/defenseunicorns/uds-common/blob/ce3ba974ef3ff88058809f4b9a78da281a65ffa0/.github/actions/setup/action.yaml#L9)
{
"fileMatch": [".*\\.ya?ml$"],
"fileMatch": [".*\\.ya?ml$", ".*\\.sh$"],
"matchStrings": [
// Test: https://regex101.com/r/b53bEF/2
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?( registryUrl=(?<registryUrl>.*?))?\\s.*[A-Z]+=['\"]?(?<currentValue>[v0-9].*?)['\"]?(\\s|$)"
Expand Down

0 comments on commit b604d2e

Please sign in to comment.