diff --git a/renovate.json b/renovate.json index 5db72dd..cefdb75 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,16 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "git-submodules": { + "enabled": true + }, + "packageRules": [ + { + "groupName": "GitHub Actions", + "matchManagers": [ + "github-actions" + ] + } ] -} +} \ No newline at end of file