Skip to content

Commit

Permalink
Renovate: enable
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 18, 2025
1 parent a46df4c commit b5c3354
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled"
],
"addLabels": [
"renovate"
],
"customManagers": [
// renovate hints after comment
{
"customType": "regex",
"extractVersionTemplate": "^v?(?<version>.*)$",
"fileMatch": [
".*\\.html$",
".*\\.ya?ml$",
"^\\.trunk/trunk.yaml",
"^\\.tool-versions$"
],
"matchStrings": [
"(\\s+|.*?@)(?<currentValue>\\S+)\\s*#\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(\\s+versioning=(?<versioning>\\S+))?(\\s+registryUrl=(?<registryUrl>\\S+))?\\s*\\n"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}

0 comments on commit b5c3354

Please sign in to comment.