diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000000..d039eb81ee2 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "ignorePaths": [ + "**/tests/**", + "**/fixtures/**", + "webpack-examples/**", + "webpack-test/**" + ], + "packageRules": [ + { + "groupName": "github-actions", + "matchManagers": ["github-actions"], + "schedule": ["on wednesday"], + "assignees": ["@Boshen"] + } + ] +}