diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 00000000..f3a80834 --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackagePatterns": [ + "^org\\.springframework:spring-framework-bom$", + "^org\\.springframework\\.boot:spring-boot[a-z-]*$" + ], + "separateMinorPatch": true + }, + { + "matchPackagePatterns": [ + "^com\\.palantir\\.baseline:baseline-error-prone$" + ], + "schedule": "* * 1 * *" + } + ], + "reviewers": [ + "rickie", + "Stephan202" + ] +}