renovate: Add config for updating OdysseyDecompToolsCache (#629)

This commit is contained in:
MonsterDruide1 2025-05-31 22:35:38 +02:00 committed by GitHub
parent 6fa270ae69
commit dde7e29d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,5 +6,16 @@
],
"git-submodules": {
"enabled": true
}
},
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/tools/setup.py$"],
"matchStrings": [
"CACHE_REPO_RELEASE_URL = \"https:\\/\\/github\\.com\\/MonsterDruide1\\/OdysseyDecompToolsCache\\/releases\\/download\\/(?<currentValue>.+?)\""
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "MonsterDruide1/OdysseyDecompToolsCache"
}
]
}