Skip to content

Commit

Permalink
ci: fix functions-runtime renovate updates again (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Aug 22, 2023
1 parent 3b4c151 commit 28f4a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"matchPackageNames": ["denoland/deno"],
"versioning": "regex:^(?<compatibility>[a-z]+?)-(?<major>.*).(?<minor>.*).(?<patch>.*).$"
"versioning": "regex:^(?<compatibility>[a-z]+?)-(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
}
],
"regexManagers": [
Expand Down

0 comments on commit 28f4a6f

Please sign in to comment.