diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3049d94..86a1cd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,8 @@ updates: commit-message: prefix: "build(npm):" groups: - non-breaking: - update-types: ["minor", "patch"] + patches: + update-types: ["patch"] ignore: - dependency-name: "@types/node" update-types: ["version-update:semver-major"]