Skip to content

Commit d9b3fb6

Browse files
Remove dependabot ignore for okhttp major bump
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd8f286 commit d9b3fb6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ updates:
1111
# incompatible with this library's Java 8 baseline. Stay on the 2.x line.
1212
- dependency-name: "jakarta.annotation:jakarta.annotation-api"
1313
update-types: ["version-update:semver-major"]
14-
# okhttp 5.x is a major bump handled manually. Stay on the 4.x line.
15-
- dependency-name: "com.squareup.okhttp3:okhttp"
16-
update-types: ["version-update:semver-major"]
1714
groups:
1815
kiota-dependencies:
1916
patterns:
@@ -35,9 +32,6 @@ updates:
3532
# incompatible with this library's Java 8 baseline. Stay on the 2.x line.
3633
- dependency-name: "jakarta.annotation:jakarta.annotation-api"
3734
update-types: ["version-update:semver-major"]
38-
# okhttp 5.x is a major bump handled manually. Stay on the 4.x line.
39-
- dependency-name: "com.squareup.okhttp3:okhttp"
40-
update-types: ["version-update:semver-major"]
4135
groups:
4236
kiota-dependencies:
4337
patterns:

0 commit comments

Comments
 (0)