diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ae41fb76e..cf7b73f41 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ - "config:base", + "config:best-practices", ":assignee(JustArchi)", ":automergeBranch", ":automergeDigest", @@ -10,6 +11,7 @@ ":disableRateLimiting", ":label(🤖 Automatic)" ], + "git-submodules": { "enabled": true }