diff --git a/.github/renovate.json b/.github/renovate.json index 49b7c0b06..2fb92835e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,5 +5,11 @@ "automerge": true }, "rangeStrategy": "replace", - "postUpdateOptions": ["yarnDedupeHighest"] + "postUpdateOptions": ["yarnDedupeHighest"], + "packageRules": [ + { + "matchFileNames": [".github/**"], + "groupName": "workflows" + } + ] }