{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>YoloDev/renovate-config"],
"prCreation": "immediate",
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/^\\.github/workflows//"
],
"matchStrings": [
"SCCACHE_VERSION\\s*:\\s*\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
],
"depNameTemplate": "sccache",
"packageNameTemplate": "mozilla/sccache",
"datasourceTemplate": "github-releases"
}
]
}