diff --git a/renovate.json b/renovate.json index ce6e5d34..23df547b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "ignoreDeps": [], "labels": [ @@ -9,15 +9,23 @@ ], "packageRules": [ { - "matchManagers": ["github-actions", "gradle-wrapper"], + "matchManagers": [ + "github-actions", + "gradle-wrapper" + ], "groupName": "gradle and github actions" }, { - "matchDepTypes": ["plugin"], + "matchDepTypes": [ + "plugin" + ], "groupName": "gradle and github actions" }, { - "matchPaths": ["build-logic/*", "buildSrc/*"], + "matchFileNames": [ + "build-logic/*", + "buildSrc/*" + ], "groupName": "gradle and github actions" } ],