Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #33

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Configure Renovate #33

merged 1 commit into from
Aug 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2024

Mend 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

  • docker/docker-compose.yml (docker-compose)
  • .github/workflows/verify.yml (github-actions)
  • settings.gradle.kts (gradle)
  • build.gradle.kts (gradle)
  • bot/build.gradle.kts (gradle)
  • plugin-api/build.gradle.kts (gradle)
  • plugin-paper/build.gradle.kts (gradle)
  • plugin-velocity/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
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

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

Update dependency de.eldoria:eldo-util to v1.14.5
  • Schedule: ["at any time"]
  • Branch name: renovate/de.eldoria-eldo-util-1.x
  • Merge into: main
  • Upgrade de.eldoria:eldo-util to 1.14.5
Update dependency io.javalin:javalin to v4.6.8
  • Schedule: ["at any time"]
  • Branch name: renovate/io.javalin-javalin-4.x
  • Merge into: main
  • Upgrade io.javalin:javalin to 4.6.8
Update dependency net.lingala.zip4j:zip4j to v2.11.5
  • Schedule: ["at any time"]
  • Branch name: renovate/net.lingala.zip4j-zip4j-2.x
  • Merge into: main
  • Upgrade net.lingala.zip4j:zip4j to 2.11.5
Update dependency org.slf4j:slf4j-api to v2.0.16
  • Schedule: ["at any time"]
  • Branch name: renovate/slf4j-monorepo
  • Merge into: main
  • Upgrade org.slf4j:slf4j-api to 2.0.16
Update actions/checkout action to v2.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-2.x
  • Merge into: main
  • Upgrade actions/checkout to v2.7.0
Update dependency club.minnced:discord-webhooks to v0.8.4
  • Schedule: ["at any time"]
  • Branch name: renovate/club.minnced-discord-webhooks-0.x
  • Merge into: main
  • Upgrade club.minnced:discord-webhooks to 0.8.4
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2
Update dependency com.velocitypowered:velocity-api to v1.1.9
  • Schedule: ["at any time"]
  • Branch name: renovate/com.velocitypowered-velocity-api-1.x
  • Merge into: main
  • Upgrade com.velocitypowered:velocity-api to 1.1.9
Update dependency de.chojo.sadu:sadu-datasource to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-datasource-1.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-datasource to 1.4.1
Update dependency de.chojo.sadu:sadu-postgresql to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-postgresql-1.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-postgresql to 1.4.1
Update dependency de.chojo.sadu:sadu-queries to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-queries-1.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-queries to 1.4.1
Update dependency de.chojo.sadu:sadu-updater to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-updater-1.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-updater to 1.4.1
Update dependency de.chojo:cjda-util to v2.9.8+jda-5.0.0
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo-cjda-util-2.x
  • Merge into: main
  • Upgrade de.chojo:cjda-util to 2.9.8+jda-5.0.0
Update dependency gradle to v7.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: main
  • Upgrade gradle to 7.6.4
Update dependency io.javalin:javalin-bundle to v4.6.8
  • Schedule: ["at any time"]
  • Branch name: renovate/io.javalin-javalin-bundle-4.x
  • Merge into: main
  • Upgrade io.javalin:javalin-bundle to 4.6.8
Update dependency org.postgresql:postgresql to v42.7.3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.postgresql-postgresql-42.x
  • Merge into: main
  • Upgrade org.postgresql:postgresql to 42.7.3
Update junit5 monorepo to v5.11.0
Update log4j2 monorepo to v2.23.1
Update plugin net.minecrell.plugin-yml.bukkit to v0.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/net.minecrell.plugin-yml.bukkit-0.x
  • Merge into: main
  • Upgrade net.minecrell.plugin-yml.bukkit to 0.6.0
Update postgres Docker tag to v14.13
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-14.x
  • Merge into: main
  • Upgrade postgres to 14.13
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4.1.7
Update actions/setup-java action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-4.x
  • Merge into: main
  • Upgrade actions/setup-java to v4
Update dependency com.velocitypowered:velocity-api to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/com.velocitypowered-velocity-api-3.x
  • Merge into: main
  • Upgrade com.velocitypowered:velocity-api to 3.1.1
Update dependency de.chojo.sadu:sadu-datasource to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-datasource-2.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-datasource to 2.2.4
Update dependency de.chojo.sadu:sadu-postgresql to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-postgresql-2.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-postgresql to 2.2.4
Update dependency de.chojo.sadu:sadu-queries to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-queries-2.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-queries to 2.2.4
Update dependency de.chojo.sadu:sadu-updater to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/de.chojo.sadu-sadu-updater-2.x
  • Merge into: main
  • Upgrade de.chojo.sadu:sadu-updater to 2.2.4
Update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.10
Update dependency io.javalin:javalin to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/io.javalin-javalin-6.x
  • Merge into: main
  • Upgrade io.javalin:javalin to 6.2.0
Update dependency io.javalin:javalin-bundle to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/io.javalin-javalin-bundle-6.x
  • Merge into: main
  • Upgrade io.javalin:javalin-bundle to 6.2.0
Update dependency org.slf4j:slf4j-api to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-slf4j-monorepo
  • Merge into: main
  • Upgrade org.slf4j:slf4j-api to 2.0.16
Update plugin com.github.johnrengelman.shadow to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.johnrengelman.shadow-8.x
  • Merge into: main
  • Upgrade com.github.johnrengelman.shadow to 8.1.1
Update postgres Docker tag to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-16.x
  • Merge into: main
  • Upgrade postgres to 16.4

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


❓ 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 was generated by Mend Renovate. View the repository job log.

@rainbowdashlabs rainbowdashlabs merged commit 4b47494 into main Aug 18, 2024
2 checks passed
@renovate renovate bot deleted the renovate/configure branch August 18, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant