{ "$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\": \"(?.+?)\"" ], "datasourceTemplate": "github-releases", "depNameTemplate": "MonsterDruide1/OdysseyDecompToolsCache" } ] }