diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..72a4820 --- /dev/null +++ b/renovate.json @@ -0,0 +1,33 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>SonarSource/renovate-config:languages-team.json" + ], + "enabledManagers": [ + "gradle", + "gradle-wrapper", + "github-actions" + ], + "packageRules": [ + { + "matchManagers": [ + "github-actions" + ], + "pinDigests": false, + "groupName": "all github actions", + "groupSlug": "all-github-actions" + }, + { + "matchManagers": [ + "gradle-wrapper" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ], + "reviewers": [ + "team:quality-jvm-squad" + ] +}