fix: drop include:scope from dependabot config #68
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -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: ["*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user