Skip to content

Commit 57284c4

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

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ updates:
77
- "/complete"
88
ignore:
99
- dependency-name: "*"
10-
update-types: ["version-update:semver-patch"]
10+
update-types:
11+
- version-update:semver-major
12+
- version-update:semver-minor
1113
schedule:
1214
interval: "monthly"
1315
target-branch: "main"
@@ -22,7 +24,9 @@ updates:
2224
- "/complete"
2325
ignore:
2426
- dependency-name: "*"
25-
update-types: ["version-update:semver-patch"]
27+
update-types:
28+
- version-update:semver-major
29+
- version-update:semver-minor
2630
schedule:
2731
interval: "monthly"
2832
target-branch: "main"

0 commit comments

Comments
 (0)