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

chore: Configure Renovate #1934

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: Configure Renovate #1934

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 4, 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

  • integration/federation-compatibility/docker-compose.yaml (docker-compose)
  • integration/federation-compatibility/Dockerfile (dockerfile)
  • .github/workflows/build-examples.yml (github-actions)
  • .github/workflows/build-libraries.yml (github-actions)
  • .github/workflows/continuous-integration.yml (github-actions)
  • .github/workflows/federation-integration.yml (github-actions)
  • .github/workflows/graalvm-integration.yml (github-actions)
  • .github/workflows/http-spec-compliance.yml (github-actions)
  • .github/workflows/plugin-it.yml (github-actions)
  • .github/workflows/pr-check-docs.yml (github-actions)
  • .github/workflows/publish-latest-docs.yml (github-actions)
  • .github/workflows/release-code.yml (github-actions)
  • integration/gradle-plugin-integration-tests/buildSrc/src/main/kotlin/com/expediagroup/it/VerifyGenerateSDLTask.kt (gradle)
  • gradle.properties (gradle)
  • settings.gradle.kts (gradle)
  • build.gradle.kts (gradle)
  • buildSrc/settings.gradle.kts (gradle)
  • buildSrc/build.gradle.kts (gradle)
  • buildSrc/src/main/kotlin/com.expediagroup.graphql.conventions.gradle.kts (gradle)
  • clients/graphql-kotlin-client/build.gradle.kts (gradle)
  • clients/graphql-kotlin-client-jackson/build.gradle.kts (gradle)
  • clients/graphql-kotlin-client-serialization/build.gradle.kts (gradle)
  • clients/graphql-kotlin-ktor-client/build.gradle.kts (gradle)
  • clients/graphql-kotlin-spring-client/build.gradle.kts (gradle)
  • executions/graphql-kotlin-automatic-persisted-queries/build.gradle.kts (gradle)
  • executions/graphql-kotlin-dataloader/build.gradle.kts (gradle)
  • executions/graphql-kotlin-dataloader-instrumentation/build.gradle.kts (gradle)
  • generator/graphql-kotlin-federation/build.gradle.kts (gradle)
  • generator/graphql-kotlin-schema-generator/build.gradle.kts (gradle)
  • gradle/libs.versions.toml (gradle)
  • integration/federation-compatibility/settings.gradle.kts (gradle)
  • integration/federation-compatibility/build.gradle.kts (gradle)
  • integration/graalvm/gradle.properties (gradle)
  • integration/graalvm/settings.gradle.kts (gradle)
  • integration/graalvm/build.gradle.kts (gradle)
  • integration/graalvm/common-graalvm-server/build.gradle.kts (gradle)
  • integration/graalvm/ktor-graalvm-server/build.gradle.kts (gradle)
  • integration/graalvm/maven-graalvm-server/build.gradle.kts (gradle)
  • integration/graalvm/spring-graalvm-server/build.gradle.kts (gradle)
  • integration/gradle-plugin-android-test/gradle.properties (gradle)
  • integration/gradle-plugin-android-test/settings.gradle.kts (gradle)
  • integration/gradle-plugin-android-test/build.gradle.kts (gradle)
  • integration/gradle-plugin-android-test/app/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/gradle.properties (gradle)
  • integration/gradle-plugin-integration-tests/settings.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/buildSrc/settings.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/buildSrc/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/buildSrc/src/main/kotlin/com.expediagroup.it-conventions.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/custom-scalars-jackson/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/custom-scalars-kotlinx/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/groovy-extension/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/groovy-task/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/jacoco/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/kotlin-extension/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/kotlin-task/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/ktor-jackson/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/ktor-kotlinx/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/multiple-tasks/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/polymorphic-types-jackson/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/polymorphic-types-kotlinx/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/skip-include/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/webclient-jackson/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/client-generator/webclient-kotlinx/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/download-sdl/groovy/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/download-sdl/kotlin/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/introspection/groovy/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/introspection/kotlin/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/sdl/classpath-hooks/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/sdl/extension-groovy/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/sdl/extension-kotlin/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/sdl/federated-hooks/build.gradle.kts (gradle)
  • integration/gradle-plugin-integration-tests/sdl/task-groovy/build.gradle (gradle)
  • integration/gradle-plugin-integration-tests/sdl/task-kotlin/build.gradle.kts (gradle)
  • integration/graphql-http-spec/gradle.properties (gradle)
  • integration/graphql-http-spec/settings.gradle.kts (gradle)
  • integration/graphql-http-spec/build.gradle.kts (gradle)
  • integration/graphql-http-spec/buildSrc/settings.gradle.kts (gradle)
  • integration/graphql-http-spec/buildSrc/build.gradle.kts (gradle)
  • integration/graphql-http-spec/buildSrc/src/main/kotlin/com.expediagroup.it-conventions.gradle.kts (gradle)
  • integration/graphql-http-spec/ktor-server/build.gradle.kts (gradle)
  • integration/graphql-http-spec/spring-server/build.gradle.kts (gradle)
  • integration/maven-plugin-integration-tests/settings.gradle.kts (gradle)
  • integration/maven-plugin-integration-tests/build.gradle.kts (gradle)
  • plugins/client/graphql-kotlin-client-generator/build.gradle.kts (gradle)
  • plugins/graphql-kotlin-gradle-plugin/build.gradle.kts (gradle)
  • plugins/graphql-kotlin-gradle-plugin/src/integration/client-deprecated-type/build.gradle.kts (gradle)
  • plugins/graphql-kotlin-gradle-plugin/src/integration/download-sdl-timeout/build.gradle.kts (gradle)
  • plugins/graphql-kotlin-gradle-plugin/src/integration/introspection-timeout/build.gradle.kts (gradle)
  • plugins/graphql-kotlin-maven-plugin/build.gradle.kts (gradle)
  • plugins/schema/graphql-kotlin-federated-hooks-provider/build.gradle.kts (gradle)
  • plugins/schema/graphql-kotlin-hooks-provider/build.gradle.kts (gradle)
  • plugins/schema/graphql-kotlin-sdl-generator/build.gradle.kts (gradle)
  • plugins/server/graphql-kotlin-graalvm-metadata-generator/build.gradle.kts (gradle)
  • servers/graphql-kotlin-ktor-server/build.gradle.kts (gradle)
  • servers/graphql-kotlin-server/build.gradle.kts (gradle)
  • servers/graphql-kotlin-spring-server/build.gradle.kts (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • integration/graalvm/maven-graalvm-server/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/basic-setup/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/complete-setup-jackson/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/complete-setup-kotlinx/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/download-sdl-timeout/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/download-sdl/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/generate-client/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/generate-sdl-federated/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/generate-sdl-hooks/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/generate-sdl/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/generate-test-client/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/introspect-schema/pom.xml (maven)
  • integration/maven-plugin-integration-tests/integration/introspect-timeout/pom.xml (maven)
  • integration/maven-plugin-integration-tests/pom.xml (maven)
  • integration/graalvm/maven-graalvm-server/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • integration/maven-plugin-integration-tests/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • integration/graphql-http-spec/package.json (npm)
  • website/package.json (npm)
  • integration/graphql-http-spec/.nvmrc (nvm)
  • website/.nvmrc (nvm)

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.
  • Pin all dependency versions except peerDependencies.
  • Special rules covering major version updates.
  • Rules governing github actions.
  • Weekly schedule on early Monday mornings.
  • Base Renovate configuration for Expedia Group projects
  • Run Renovate on following schedule: before 4am on Monday

🔡 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 37 Pull Requests:

fix(deps): pin dependencies
fix(deps): update dependencies ch.qos.logback:logback-classic from v1.5.6 to v1.5.7
fix(deps): update dependencies com.android.tools.build:gradle from v8.5.0 to v8.5.2
fix(deps): update dependencies com.fasterxml.jackson.module:jackson-module-kotlin from v2.17.1 to v2.17.2
fix(deps): update dependencies dev.zacsweers.kctfork:core from v0.5.0 to v0.5.1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/compile.testing
  • Merge into: master
  • Upgrade dev.zacsweers.kctfork:core to 0.5.1
fix(deps): update dependencies io.mockk:mockk from v1.13.11 to v1.13.12
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/mockk
  • Merge into: master
  • Upgrade io.mockk:mockk to 1.13.12
fix(deps): update dependencies io.projectreactor.kotlin:reactor-kotlin-extensions from v1.2.2 to v1.2.3
fix(deps): update dependencies io.reactivex.rxjava3:rxjava from v3.1.8 to v3.1.9
fix(deps): update dependencies org.apache.maven:maven-plugin-api from v3.9.8 to v3.9.9
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/maven.plugin.api
  • Merge into: master
  • Upgrade org.apache.maven:maven-plugin-api to 3.9.9
fix(deps): update dependencies org.slf4j:slf4j-api from v2.0.13 to v2.0.16
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/slf4j-monorepo
  • Merge into: master
  • Upgrade org.slf4j:slf4j-api to 2.0.16
fix(deps): update dependency maven to v3.9.9
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/maven-3.x
  • Merge into: master
  • Upgrade maven to 3.9.9
fix(deps): update kotlin monorepo from v1.9.24 to v1.9.25
fix(deps): update openjdk docker tag to v17.0.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/openjdk-17.x
  • Merge into: master
  • Upgrade openjdk to 17.0.2
fix(deps): update reactor.core from v3.6.7 to v3.6.9
fix(deps): update spring core from v6.1.10 to v6.1.12
feat(deps): update build org.apache.maven.plugins:maven-invoker-plugin from v3.2.2 to v3.7.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/org.apache.maven.plugins-maven-invoker-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-invoker-plugin to 3.7.0
feat(deps): update build org.apache.maven.plugins:maven-jar-plugin from v3.3.0 to v3.4.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/org.apache.maven.plugins-maven-jar-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-jar-plugin to 3.4.2
feat(deps): update build org.apache.maven.plugins:maven-surefire-plugin to v3.4.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-surefire-plugin to 3.4.0
feat(deps): update dependencies com.graphql-java:graphql-java from v22.1 to v22.2
feat(deps): update dependencies com.squareup:kotlinpoet from v1.17.0 to v1.18.1
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/poet
  • Merge into: master
  • Upgrade com.squareup:kotlinpoet to 1.18.1
feat(deps): update dependencies org.apache.maven.plugin-tools:maven-plugin-annotations from v3.13.1 to v3.14.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/maven.plugin.annotation
  • Merge into: master
  • Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations to 3.14.0
feat(deps): update dependencies org.jetbrains.kotlinx:kotlinx-serialization-json from v1.6.3 to v1.7.1
feat(deps): update dependency gradle from v8.8 to v8.10
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/gradle-8.x
  • Merge into: master
  • Upgrade gradle to 8.10
feat(deps): update dependency maven-wrapper to v3.3.2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/maven-wrapper-3.x
  • Merge into: master
  • Upgrade maven-wrapper to 3.3.2
feat(deps): update junit5 monorepo from v5.10.2 to v5.11.0
feat(deps): update spring boot from v3.2.7 to v3.3.2
feat(deps): update wiremock from v3.7.0 to v3.9.1
chore(deps): update actions/checkout action from vv3 to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-node action from vv3 to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: master
  • Upgrade actions/setup-node to v4
chore(deps): update actions/upload-artifact action from vv3 to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: master
  • Upgrade actions/upload-artifact to v4
chore(deps): update gradle/actions action from vv3 to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/gradle-actions-4.x
  • Merge into: master
  • Upgrade gradle/actions to v4
chore(deps): update peaceiris/actions-gh-pages action from vv3 to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/peaceiris-actions-gh-pages-4.x
  • Merge into: master
  • Upgrade peaceiris/actions-gh-pages to v4
feat(deps): update dependencies com.graphql-java:graphql-java from v22.1 to v230521
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-graphql.java
  • Merge into: master
  • Upgrade com.graphql-java:graphql-java to 230521-nf-execution
feat(deps): update dependencies com.graphql-java:java-dataloader from v3.3.0 to v2022
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-dataloader
  • Merge into: master
  • Upgrade com.graphql-java:java-dataloader to 2022-09-12T23-25-35-08559ba
feat(deps): update dependency node from vv17.9.1 to v20
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20
feat(deps): update kotlin monorepo from v1.9.24 to v2 (major)
feat(deps): update openjdk docker tag to v21
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/openjdk-21.x
  • Merge into: master
  • Upgrade openjdk to 21

Warning

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

  • Failed to look up maven package com.android.application:com.android.application.gradle.plugin

Files affected: gradle/libs.versions.toml


❓ 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.

@dariuszkuc
Copy link
Collaborator

@Samjin @samuelAndalon @tapaderster project is already configured for dependabot -> is the intent to switch to renovate? or should this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant