diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4afdaa5177b..a4dab5b7763 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -53,12 +53,14 @@ updates: groups: dependencies: patterns: - - "*yarn*" - - "*arborist*" - - "*nock*" - - "*npm*" - - "*semver*" + - "@dependabot/yarn-lib" + - "@npmcli/arborist" - "detect-indent" + - "nock" + - "npm" + - "@pnpm/lockfile-file" + - "@pnpm/dependency-path" + - "semver" dev-dependencies: patterns: - "*eslint*"