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 #500

Merged
merged 5 commits into from
Apr 29, 2021
Merged

Configure Renovate #500

merged 5 commits into from
Apr 29, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

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

  • .github/workflows/pull-request.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/snapshot.yml (github-actions)
  • pom.xml (maven)

Configuration

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

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

Update dependency cglib:cglib-nodep to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cglib-cglib-nodep-3.x
  • Merge into: master
  • Upgrade cglib:cglib-nodep to 3.3.0
Update dependency ch.qos.logback:logback-classic to v1.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/ch.qos.logback-logback-classic-1.x
  • Merge into: master
  • Upgrade ch.qos.logback:logback-classic to 1.2.3
Update dependency com.fasterxml:classmate to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.fasterxml-classmate-1.x
  • Merge into: master
  • Upgrade com.fasterxml:classmate to 1.5.1
Update dependency junit:junit to v4.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/junit-junit-4.x
  • Merge into: master
  • Upgrade junit:junit to 4.13.2
Update dependency org.apache.commons:commons-lang3 to v3.12.0
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.8.1
Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.0
  • Schedule: ["at any time"]
  • 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.2.0
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v1.12
Update dependency org.javassist:javassist to v3.27.0-GA
  • Schedule: ["at any time"]
  • Branch name: renovate/org.javassist-javassist-3.x
  • Merge into: master
  • Upgrade org.javassist:javassist to 3.27.0-GA
Update dependency org.objenesis:objenesis to v2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/org.objenesis-objenesis-2.x
  • Merge into: master
  • Upgrade org.objenesis:objenesis to 2.6
Update dependency org.reactivestreams:reactive-streams-tck to v1.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.reactivestreams-reactive-streams-tck-1.x
  • Merge into: master
  • Upgrade org.reactivestreams:reactive-streams-tck to 1.0.3
Update dependency org.springframework:spring-aop to v4.3.30.RELEASE
Update jackson.version to v2.12.3
Update kotlin-coroutines.version to v1.4.3-native-mt
Update kotlin.version to v1.5.0
Update dependency javax.servlet:javax.servlet-api to v4
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3
Update dependency org.objenesis:objenesis to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.objenesis-objenesis-3.x
  • Merge into: master
  • Upgrade org.objenesis:objenesis to 3.2
Update dependency org.springframework:spring-aop to v5

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


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

setchy
setchy previously approved these changes Apr 26, 2021
Copy link
Member

@setchy setchy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standard renovate configuration

@setchy setchy self-requested a review April 27, 2021 12:25
Copy link
Member

@setchy setchy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to ignore the developer builds of graphql-java

@oryan-block
Copy link
Collaborator

oryan-block commented Apr 29, 2021

I see a couple of issues with this:

  • updates kotlin to 1.5.0 but coroutines is still on 1.4.x -> this makes enforcer angry :)
    • I'm guessing this is because the current coroutines version is 1.5.0-RC so it's presumably not final.
  • updates reactive-streams-tck to 1.0.3 but coroutines depends on 1.0.2 -> this makes enforcer angry
  • we might also need to wait for graphql-java to updates its dependencies before we do some of these.

The rest looks good.

(didn't mean to close the PR)

@oryan-block oryan-block reopened this Apr 29, 2021
@oryan-block oryan-block requested a review from setchy April 29, 2021 19:25
setchy
setchy previously approved these changes Apr 29, 2021
Copy link
Member

@setchy setchy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @oryan-block

@setchy setchy requested a review from oryan-block April 29, 2021 19:45
@oryan-block oryan-block merged commit 4f4e98a into master Apr 29, 2021
@oryan-block oryan-block deleted the renovate/configure branch April 29, 2021 19:51
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.

3 participants