diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bc12248b71..768757a9e59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: actions-dependencies: # This name will be used in the PR title patterns: - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: npm directory: js @@ -46,3 +49,6 @@ updates: npm-dependencies: # This name will be used in the PR title patterns: - "*" + update-types: + - "minor" + - "patch"