diff --git a/.github/renovate.json b/.github/renovate.json index 2fb92835e..6f6789c11 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,10 @@ { "matchFileNames": [".github/**"], "groupName": "workflows" + }, + { + "matchDepTypes": ["uses-with"], + "enabled": false } ] }