diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d03b43554..a925fcf27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,6 @@ updates: directory: "/" schedule: interval: "monthly" - day: "friday" open-pull-requests-limit: 16 target-branch: "dev" commit-message: @@ -28,15 +27,20 @@ updates: okhttp: patterns: - "com.squareup.okhttp3*" + rx: + patterns: + - "io.reactivex.rxjava3*" jackson: patterns: - "com.fasterxml.jackson*" + kotlin: + patterns: + - "org.jetbrains.kotlin*" - package-ecosystem: "npm" directory: "/desktop" schedule: interval: "monthly" - day: "friday" open-pull-requests-limit: 64 target-branch: "dev" commit-message: @@ -45,12 +49,14 @@ updates: angular: patterns: - "@angular*" + types: + patterns: + - "@types*" - package-ecosystem: "npm" directory: "/desktop/app" schedule: interval: "monthly" - day: "friday" target-branch: "dev" commit-message: prefix: "[desktop]" diff --git a/.gitignore b/.gitignore index f1644f555..479db9a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -187,6 +187,9 @@ objectbox*.dll libobjectbox*.so libobjectbox*.dylib +### Kotlin ### +.kotlin + # End of https://www.toptal.com/developers/gitignore/api/intellij,kotlin,java,gradle **/saved/*.png diff --git a/api/Main.run.xml b/api/Main.run.xml index 026badb9c..69d9c73ea 100644 --- a/api/Main.run.xml +++ b/api/Main.run.xml @@ -6,7 +6,7 @@ value="nebulosa.api.MainKt"/>