Skip to content

Commit

Permalink
Revert " chore(renovate): update SHA256 checksums (fixup)"
Browse files Browse the repository at this point in the history
This reverts commit 513f4cd.
  • Loading branch information
gberche-orange committed May 30, 2023
1 parent afa1ceb commit fbec028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
// datasourceTemplate: "{{datasource}}", // should not be required as we extract datasource
versioningTemplate: "regex:(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$",
// extractVersionTemplate: "^v?(?<version>.*)$",
extractVersionTemplate: "{{#if versionPrefix}}^v(?<version>.*){{else}}(?<version>.*){{/if}}"
extractVersionTemplate: "{{#if versionPrefix}}^{{versionPrefix}}(?<version>.*){{else}}(?<version>.*){{/if}}"

}
]
Expand Down

0 comments on commit fbec028

Please sign in to comment.