diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..e622f1f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "branchPrefix": "users/renovate/", + "extends": ["config:recommended", ":maintainLockFilesMonthly"], + "git-submodules": { + "enabled": true + }, + "packageRules": [ + { + "matchPackageNames": ["third_party/googleapis"], + "extends": ["schedule:monthly"] + } + ] +} \ No newline at end of file