diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7190a60..90512ca 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>phoenix/renovate-config" + ] } diff --git a/.gitignore b/.gitignore index a7fa2fe..c133874 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,3 @@ build/ .DS_Store /.idea/ /ict-scouts/ - -### Audio files ### -demo-08-beiman/src/main/resources/audio/ \ No newline at end of file diff --git a/README.md b/README.md index 9255109..79c6df9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You are going to play (and hopefully enjoy) with: # Run demos -1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos +1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-workshop 2) Move to your `ai-lc4j-workshop` folder 3) Move to the corresponding `demo-0x` folder 4) Execute `mvn clean quarkus:dev`