Skip to content

Commit ae1a135

Browse files
committed
Change Dependabot Focus on Patch Releases
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 551af90 commit ae1a135

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ updates:
55
directory: "/"
66
ignore:
77
- dependency-name: "*"
8-
update-types: ["version-update:semver-patch"]
8+
update-types:
9+
- version-update:semver-major
10+
- version-update:semver-minor
911
schedule:
1012
interval: "monthly"
1113
target-branch: "main"

0 commit comments

Comments
 (0)