fix: drop include:scope from dependabot config #68

Merged
razvandimescu merged 1 commits from fix/dependabot-commit-prefix into main 2026-04-10 12:49:46 +08:00

View File

@@ -6,7 +6,6 @@ updates:
interval: "monthly" interval: "monthly"
commit-message: commit-message:
prefix: "chore(deps)" prefix: "chore(deps)"
include: "scope"
groups: groups:
minor-and-patch: minor-and-patch:
patterns: ["*"] patterns: ["*"]
@@ -18,7 +17,6 @@ updates:
interval: "monthly" interval: "monthly"
commit-message: commit-message:
prefix: "chore(deps)" prefix: "chore(deps)"
include: "scope"
groups: groups:
minor-and-patch: minor-and-patch:
patterns: ["*"] patterns: ["*"]
@@ -30,7 +28,6 @@ updates:
interval: "monthly" interval: "monthly"
commit-message: commit-message:
prefix: "chore(deps)" prefix: "chore(deps)"
include: "scope"
groups: groups:
minor-and-patch: minor-and-patch:
patterns: ["*"] patterns: ["*"]