From 68f01f998c603c6cdbba5a3df5cbf1e93f8315b4 Mon Sep 17 00:00:00 2001 From: "[BOT] Renovate" Date: Fri, 14 Oct 2022 17:28:11 +0200 Subject: [PATCH] Configure Renovate (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `gradle.properties` (gradle) * `settings.gradle.kts` (gradle) * `build.gradle.kts` (gradle) * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) ### What to Expect With your current configuration, Renovate will create 6 Pull Requests:
Update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.5 - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlinx-kotlinx-cli-0.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlinx:kotlinx-cli](https://github.com/Kotlin/kotlinx-cli) to `0.3.5`
Update plugin org.jetbrains.kotlin.jvm to v1.7.20 - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.jvm-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) to `1.7.20`
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.7.20 - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.plugin.serialization-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) to `1.7.20`
Update dependency gradle to v7.5.1 - Schedule: ["at any time"] - Branch name: `renovate/gradle-7.x` - Merge into: `master` - Upgrade [gradle](https://github.com/gradle/gradle) to `7.5.1`
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0 - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) to `1.4.0`
Update ktorVersion to v2.1.2 - Schedule: ["at any time"] - Branch name: `renovate/ktorversion` - Merge into: `master` - Upgrade [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) to `2.1.2`
--- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: [BOT] Renovate Reviewed-on: https://git.kallestruik.nl/kalle/GitlabRepoStats/pulls/1 Co-authored-by: [BOT] Renovate Co-committed-by: [BOT] Renovate --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}