Archived
1
0
Fork
You've already forked Sylph
0

Configure Renovate #1

Closed
renovate[bot] wants to merge 1 commit from renovate/configure into master
pull from: renovate/configure
merge into: Racci:master
Racci:master
renovate[bot] commented 2022年02月15日 12:24:38 +01:00 (Migrated from github.com)
Copy link

WhiteSource Renovate

Welcome to 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)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 10 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore web3j 5.0.0 release
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 15 Pull Requests:

Update dependency com.github.MilkBowl:VaultAPI to v1.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.milkbowl-vaultapi-1.x
  • Merge into: master
  • Upgrade com.github.MilkBowl:VaultAPI to 1.7.1
Update dependency de.tr7zw:item-nbt-api to v2.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.tr7zw-item-nbt-api-2.x
  • Merge into: master
  • Upgrade de.tr7zw:item-nbt-api to 2.9.1
Update dependency de.tr7zw:nbt-data-api to v2.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.tr7zw-nbt-data-api-2.x
  • Merge into: master
  • Upgrade de.tr7zw:nbt-data-api to 2.9.1
Update dependency io.papermc:paperlib to v1.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/io.papermc-paperlib-1.x
  • Merge into: master
  • Upgrade io.papermc:paperlib to 1.0.7
Update dependency org.jetbrains.kotlin:kotlin-reflect to v1.6.10
Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.6.10
Update plugin com.github.johnrengelman.shadow to v7.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.johnrengelman.shadow-7.x
  • Merge into: master
  • Upgrade com.github.johnrengelman.shadow to 7.1.2
Update plugin org.jetbrains.dokka to v1.6.10
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.dokka-1.x
  • Merge into: master
  • Upgrade org.jetbrains.dokka to 1.6.10
Update plugin org.jetbrains.kotlin.jvm to v1.6.10
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.jvm-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.jvm to 1.6.10
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.6.10
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.plugin.serialization-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.plugin.serialization to 1.6.10
Update dependency com.charleskorn.kaml:kaml to v0.40.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.charleskorn.kaml-kaml-0.x
  • Merge into: master
  • Upgrade com.charleskorn.kaml:kaml to 0.40.0
Update dependency com.github.angeschossen:LandsAPI to v5.25.7
Update dependency gradle to v7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: master
  • Upgrade gradle to 7.4
Update dependency me.clip:placeholderapi to v2.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/me.clip-placeholderapi-2.x
  • Merge into: master
  • Upgrade me.clip:placeholderapi to 2.11.1
Update dependency net.luckperms:api to v5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/net.luckperms-api-5.x
  • Merge into: master
  • Upgrade net.luckperms:api to 5.4

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


⚠ Dependency Lookup Warnings ⚠

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up dependency com.sylphmc:raccicore
  • Failed to look up dependency org.purpurmc.purpur:purpur-api

Files affected: build.gradle.kts


Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.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) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Enable Renovate Dependency Dashboard creation - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 10 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings - Fix some problems with very old Maven commons versions - Ignore spring cloud 1.x releases - Ignore web3j 5.0.0 release - Ignore http4s digest-based 1.x milestones - Use node versioning for @types/node - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 15 Pull Requests: <details> <summary>Update dependency com.github.MilkBowl:VaultAPI to v1.7.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.github.milkbowl-vaultapi-1.x` - Merge into: `master` - Upgrade [com.github.MilkBowl:VaultAPI](https://togithub.com/MilkBowl/VaultAPI) to `1.7.1` </details> <details> <summary>Update dependency de.tr7zw:item-nbt-api to v2.9.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/de.tr7zw-item-nbt-api-2.x` - Merge into: `master` - Upgrade de.tr7zw:item-nbt-api to `2.9.1` </details> <details> <summary>Update dependency de.tr7zw:nbt-data-api to v2.9.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/de.tr7zw-nbt-data-api-2.x` - Merge into: `master` - Upgrade de.tr7zw:nbt-data-api to `2.9.1` </details> <details> <summary>Update dependency io.papermc:paperlib to v1.0.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/io.papermc-paperlib-1.x` - Merge into: `master` - Upgrade [io.papermc:paperlib](https://togithub.com/PaperMC/PaperLib) to `1.0.7` </details> <details> <summary>Update dependency org.jetbrains.kotlin:kotlin-reflect to v1.6.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin-kotlin-reflect-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin:kotlin-reflect](https://togithub.com/JetBrains/kotlin) to `1.6.10` </details> <details> <summary>Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.6.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://togithub.com/JetBrains/kotlin) to `1.6.10` </details> <details> <summary>Update plugin com.github.johnrengelman.shadow to v7.1.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.github.johnrengelman.shadow-7.x` - Merge into: `master` - Upgrade com.github.johnrengelman.shadow to `7.1.2` </details> <details> <summary>Update plugin org.jetbrains.dokka to v1.6.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.dokka-1.x` - Merge into: `master` - Upgrade [org.jetbrains.dokka](https://togithub.com/Kotlin/dokka) to `1.6.10` </details> <details> <summary>Update plugin org.jetbrains.kotlin.jvm to v1.6.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.jvm-1.x` - Merge into: `master` - Upgrade org.jetbrains.kotlin.jvm to `1.6.10` </details> <details> <summary>Update plugin org.jetbrains.kotlin.plugin.serialization to v1.6.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.plugin.serialization-1.x` - Merge into: `master` - Upgrade org.jetbrains.kotlin.plugin.serialization to `1.6.10` </details> <details> <summary>Update dependency com.charleskorn.kaml:kaml to v0.40.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.charleskorn.kaml-kaml-0.x` - Merge into: `master` - Upgrade [com.charleskorn.kaml:kaml](https://togithub.com/charleskorn/kaml) to `0.40.0` </details> <details> <summary>Update dependency com.github.angeschossen:LandsAPI to v5.25.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.github.angeschossen-landsapi-5.x` - Merge into: `master` - Upgrade [com.github.angeschossen:LandsAPI](https://togithub.com/Angeschossen/LandsAPI) to `5.25.7` </details> <details> <summary>Update dependency gradle to v7.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-7.x` - Merge into: `master` - Upgrade [gradle](https://togithub.com/gradle/gradle) to `7.4` </details> <details> <summary>Update dependency me.clip:placeholderapi to v2.11.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/me.clip-placeholderapi-2.x` - Merge into: `master` - Upgrade me.clip:placeholderapi to `2.11.1` </details> <details> <summary>Update dependency net.luckperms:api to v5.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/net.luckperms-api-5.x` - Merge into: `master` - Upgrade [net.luckperms:api](https://togithub.com/LuckPerms/LuckPerms) to `5.4` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details. --- ### ⚠ Dependency Lookup Warnings ⚠ Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR. - `Failed to look up dependency com.sylphmc:raccicore` - `Failed to look up dependency org.purpurmc.purpur:purpur-api` Files affected: `build.gradle.kts` --- ❓ 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://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/DaRacci/Sylph).
renovate[bot] commented 2022年02月15日 13:09:41 +01:00 (Migrated from github.com)
Copy link

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

### Renovate is disabled Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.
Commenting is not possible because the repository is archived.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Racci/Sylph!1
Reference in a new issue
Racci/Sylph
No description provided.
Delete branch "renovate/configure"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?