Skip to content

Commit e9d6b8f

Browse files
authored
Update dependabot.yml
1 parent 7f4846d commit e9d6b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
labels:
88
- "maven"
99
- "dependencies"
1010
ignore:
1111
# Ignore Mockito 5.X.X as it does not support Java 8
1212
- dependency-name: "org.mockito:mockito-*"
13-
update-types: ["version-update:semver-major"]
13+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)