mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
renovate: Add config for updating OdysseyDecompToolsCache (#629)
This commit is contained in:
parent
6fa270ae69
commit
dde7e29d00
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue