Skip to content

Commit

Permalink
add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jun 19, 2023
1 parent 4bd00bd commit a3b4cf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ void testGenerateWithMultiMessages() {
new HumanMessage("I love programming.")),
List.of(
new SystemMessage("You are a helpful assistant that translates English to French."),
new HumanMessage("I love artificial intelligence."))

);
new HumanMessage("I love artificial intelligence.")));
var result = chat.generate(batchMessages);
assertNotNull(result, "result should not be null");

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<mysql.version>8.0.32</mysql.version>
<jython.version>2.7.3</jython.version>
<lombok.version>1.18.28</lombok.version>
<guava.version>31.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<assertj.version>3.24.2</assertj.version>
<okhttp3.version>3.14.9</okhttp3.version>
<retrofit.version>2.9.0</retrofit.version>
Expand Down

0 comments on commit a3b4cf3

Please sign in to comment.