Compare commits

...

2 Commits

Author SHA1 Message Date
[BOT] Renovate 68f01f998c Configure Renovate (#1)
ci/woodpecker/push/woodpecker Pipeline was successful Details
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:

<details>
<summary>Update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.5</summary>

  - 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`

</details>

<details>
<summary>Update plugin org.jetbrains.kotlin.jvm to v1.7.20</summary>

  - 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`

</details>

<details>
<summary>Update plugin org.jetbrains.kotlin.plugin.serialization to v1.7.20</summary>

  - 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`

</details>

<details>
<summary>Update dependency gradle to v7.5.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/gradle-7.x`
  - Merge into: `master`
  - Upgrade [gradle](https://github.com/gradle/gradle) to `7.5.1`

</details>

<details>
<summary>Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0</summary>

  - 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`

</details>

<details>
<summary>Update ktorVersion to v2.1.2</summary>

  - 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`

</details>

---

 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 <renovate@kallestruik.nl>
Reviewed-on: #1
Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
2022-10-14 17:28:11 +02:00
kalle 9370605525 Switch to woodpecker CI 2022-10-14 17:11:45 +02:00
3 changed files with 19 additions and 20 deletions

View File

@ -1,20 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: "Build"
image: "eclipse-temurin:16-jdk"
commands:
- "./gradlew assemble"
- name: "Create Release"
image: plugins/gitea-release
settings:
api_key:
from_secret: "gitea_api_key"
base_url:
from_secret: "gitea_base_url"
files: build/libs/GitlabRepoStats-*.jar
when:
event:
- tag

16
.woodpecker.yml Normal file
View File

@ -0,0 +1,16 @@
pipeline:
build:
image: "eclipse-temurin:16-jdk"
commands:
- "./gradlew assemble"
release:
image: plugins/gitea-release
settings:
api_key:
from_secret: "gitea_api_key"
base_url:
from_secret: "gitea_base_url"
files: build/libs/GitlabRepoStats-*.jar
when:
event:
- tag

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}