2024-05-13 21:54:50 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
2024-05-13 23:20:34 +08:00
|
|
|
"config:best-practices",
|
|
|
|
"group:allNonMajor"
|
2024-05-13 22:45:30 +08:00
|
|
|
],
|
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
|
|
|
"^.github/scripts/VERSIONS$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VER=(?<currentValue>.*)\\s"
|
|
|
|
],
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
|
|
|
|
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
|
|
|
"^.github/workflows/.*\\.yml$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?-version:\\s*(?<currentValue>.*)\\s"
|
|
|
|
],
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
|
|
|
|
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
|
|
|
"^.github/workflows/linux.yml$",
|
|
|
|
"^.github/workflows/osslq-linux.yml$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"openssl3-version: (?<currentValue>.*)\\s"
|
|
|
|
],
|
|
|
|
"datasourceTemplate": "github-tags",
|
|
|
|
"depNameTemplate": "openssl/openssl",
|
|
|
|
"versioningTemplate": "semver",
|
|
|
|
"extractVersionTemplate": "^openssl-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
|
|
|
"registryUrlTemplate": "https://github.com"
|
|
|
|
}
|
2024-05-13 21:54:50 +08:00
|
|
|
]
|
|
|
|
}
|