Exclude com.google.code.findbugs from Dependabot

This commit is contained in:
Artem Bilan
2023-12-19 11:31:54 -05:00
parent ac5a63a2da
commit 4bf0d1782b

View File

@@ -6,6 +6,7 @@ updates:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: "com.google.code.findbugs:annotations"
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
open-pull-requests-limit: 10