Skip to content

Commit

Permalink
chore: update Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Nov 3, 2024
1 parent 39127b1 commit f0e1af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
".*/\\.github\\.com/.*\\.json"
],
"matchStrings": [
"\"url\":\\s?\"https:\/\/github\\.com\/(?<depName>.+)\",\\s*\"version\":\\s?\"(?<currentValue>.+)\","
"\"url\":\\s?\"https://github\\.com/(?<depName>.+)\",\\s*\"version\":\\s?\"(?<currentValue>.+)\","
],
"extractVersionTemplate": "^v?(?<version>.*)$",
"versioningTemplate": "semver-coerced",
Expand All @@ -46,7 +46,7 @@
"automergeType": "branch"
},
{
"matchManagers": ["regex"],
"matchManagers": ["custom.regex"],
"commitMessageAction": "update",
"commitMessageTopic": "{{depName}}"
},
Expand Down

0 comments on commit f0e1af5

Please sign in to comment.