Skip to content

Commit ab7c19d

Browse files
committed
Fix dependabot.yml
1 parent f25575b commit ab7c19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ updates:
290290
- dependency-name: "org.slf4j:slf4j-api"
291291
update-types: [ "version-update:semver-major" ]
292292
- dependency-name: "org.springframework.boot"
293-
versions: [ "version-update:semver-major" ]
293+
update-types: [ "version-update:semver-major" ]
294294
- dependency-name: "com.diffplug.spotless"
295295
update-types: [ "version-update:semver-minor" ]
296296

0 commit comments

Comments
 (0)