update dependabot to ignore okhttp v4

This commit is contained in:
ZCShou 2022-06-18 12:05:44 +08:00
parent 82b41447d1
commit d18035dd63
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB

View File

@ -21,3 +21,6 @@ updates:
interval: "daily"
reviewers:
- "ZCShou"
ignore:
- dependency-name: "com.squareup.okhttp3:okhttp"
versions: ["4.x"]