diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9ca988dfc3..2afc9e25cf5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -61,16 +61,21 @@ updates: day: "sunday" time: "16:00" groups: - dependencies: + npm-dependencies: patterns: - - "@dependabot/yarn-lib" - "@npmcli/arborist" - - "detect-indent" - "nock" - "npm" + - "semver" + exclude-patterns: + - "detect-indent" # temp excluded due to https://github.com/dependabot/dependabot-core/pull/5683#issuecomment-1243468605 + yarn-dependencies: + patterns: + - "@dependabot/yarn-lib" + pnpm-dependencies: + patterns: - "@pnpm/lockfile-file" - "@pnpm/dependency-path" - - "semver" dev-dependencies: patterns: - "*eslint*"