Skip to content

Commit

Permalink
chore(infra): Also include optional 4th set of numerals [bugfix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinon committed Sep 11, 2023
1 parent 8574fcc commit 4d70427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renovate.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/renovate-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export module renovateWorkflow {
// Bypass prerelease versions:
// https://docs.renovatebot.com/configuration-options/#allowedversions
// Ex: 1.1.1 is allowed, 1.1.1-beta.0 is not allowed.
allowedVersions: '!/^[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta).*$/',
allowedVersions: '!/^[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?-(alpha|beta).*$/',
},
{
matchDepTypes: ['optionalDependencies'],
Expand Down

0 comments on commit 4d70427

Please sign in to comment.