Skip to content

Commit

Permalink
fix(typo): dependenbot=>dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Sep 29, 2023
1 parent 1bcd78e commit 28eefa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class MyDockerImagesReader implements DockerImagesReader {
}
```

Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependenbot).
Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependabot).

## Java versions

Expand Down

0 comments on commit 28eefa1

Please sign in to comment.