diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..fb9a873c7d --- /dev/null +++ b/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "packageRules": [ + { + "matchDatasources": ["conan"], + "registryUrls": [ + "https://center.conan.io", + "https://git.anotherfoxguy.com/api/packages/rorbot/conan" + ] + } + ], + "conan": { + "enabled": true + } +} \ No newline at end of file