Skip to content

Commit

Permalink
renovate: fix expression (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Sep 11, 2024
1 parent baf6b0b commit db7fb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ module.exports = {
),
customVersioning(
// 1.2.3.4, but not 1.2.0.4 (3rd digit 0 equals beta)
"^\\d+\\.\\d+\\.(?!0)\\d+\\.\\d+$",
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>(?!0)\\d+)\\.(?<build>\\d+)$",
["emby/embyserver"]
)
),
],
};

Expand Down

0 comments on commit db7fb4b

Please sign in to comment.