Skip to content

Commit

Permalink
ci(dependabot): dont group minor as its wrong and prone to mistakes
Browse files Browse the repository at this point in the history
For example 0.2 -> 0.3 isnt seen as major by dependabot.
Patches are still fine
  • Loading branch information
EdJoPaTo committed Dec 6, 2024
1 parent 54c0baa commit a5445a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit a5445a7

Please sign in to comment.