build-cran-binaries/renovate.json

19 lines
621 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>devxy/renovate-config"],
"ignorePaths": ["docker/**"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.crow/.*\\.yaml$"],
"matchStrings": [
"packageVersion\\(\"bincraft\"\\) != \"(?<currentValue>[0-9.]+)\"",
"bincraft\\.git@v(?<currentValue>[0-9.]+)"
],
"depNameTemplate": "bincraft",
"packageNameTemplate": "https://codefloe.com/rpkgs/bincraft.git",
"datasourceTemplate": "git-tags",
"extractVersionTemplate": "^v?(?<version>.+)$"
}
]
}