OdysseyDecomp/renovate.json

22 lines
520 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard"
],
"git-submodules": {
"enabled": true
},
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/tools/cache-version.json$/"],
"matchStrings": [
"\"version\": \"(?<currentValue>.+?)\""
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "MonsterDruide1/OdysseyDecompToolsCache"
}
]
}