Skip to content

Commit

Permalink
Renovate: Fix Ktor EAP updates
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jan 27, 2025
1 parent a259433 commit 65fb18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"matchPackageNames": [
"io.ktor:*"
],
"registryUrls": [
"https://maven.pkg.jetbrains.space/public/p/ktor/eap",
"https://repo.maven.apache.org/maven2"
],
"fetchChangeLogs": "off",
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:(?:-.+)?-eap-(?<build>\\d+))?$"
},
Expand Down

0 comments on commit 65fb18f

Please sign in to comment.