Skip to content

Commit 657dd05

Browse files
committed
Added a potential fix for Dependabot
1 parent 6bc578d commit 657dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
interval: "weekly"
1515
ignore:
1616
- dependency-name: "sbtscala/scala-sbt" # Dependabot can not handle the versioning scheme of this image. Error: "Malformed version number string 36_1.11.7_3.3.6"
17-
versions: []
17+
versions: [""]
1818

1919
# Version updates for Docker Compose:
2020
- package-ecosystem: "docker-compose"

0 commit comments

Comments
 (0)