diff --git a/renovate.json b/renovate.json index 5db72dd..201b4ec 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,19 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchFileNames": [ + ".github/workflows/**" + ], + "groupName": "github-actions" + }, + { + "matchFileNames": [ + ".mise.toml" + ], + "groupName": "mise tools" + } ] -} +} \ No newline at end of file