oss-review-toolkit / ort-config

Curations and configuration files for the OSS Review Toolkit.
Apache License 2.0
16 stars 16 forks source link

chore: Configure Renovate #211

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

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

Configuration Summary

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

πŸ”‘ 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 4 Pull Requests:

deps: pin dependencies - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `692973e3d937129bcbf40652eb9f2f61becf3332` - Upgrade [actions/setup-java](https://togithub.com/actions/setup-java) to `99b8673ff64fbf99d8d325f52d9a5bdedb8483e9` - Upgrade [gradle/actions](https://togithub.com/gradle/actions) to `dbbdc275be76ac10734476cc723d82dfe7ec6eda`
deps: update dependency gradle to v8.9 - Schedule: ["at any time"] - Branch name: `renovate/gradle-8.x` - Merge into: `main` - Upgrade [gradle](https://togithub.com/gradle/gradle) to `8.9`
deps: update ort to v22.8.0 - Schedule: ["at any time"] - Branch name: `renovate/ort` - Merge into: `main` - Upgrade [org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager](https://togithub.com/oss-review-toolkit/ort) to `22.8.0` - Upgrade [org.ossreviewtoolkit:model](https://togithub.com/oss-review-toolkit/ort) to `22.8.0` - Upgrade [org.ossreviewtoolkit:reporter](https://togithub.com/oss-review-toolkit/ort) to `22.8.0` - Upgrade [org.ossreviewtoolkit:notifier](https://togithub.com/oss-review-toolkit/ort) to `22.8.0` - Upgrade [org.ossreviewtoolkit:evaluator](https://togithub.com/oss-review-toolkit/ort) to `22.8.0`
deps: update ort to v26 (major) - Schedule: ["at any time"] - Branch name: `renovate/major-ort` - Merge into: `main` - Upgrade [org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager](https://togithub.com/oss-review-toolkit/ort) to `26.0.0` - Upgrade [org.ossreviewtoolkit:model](https://togithub.com/oss-review-toolkit/ort) to `26.0.0` - Upgrade [org.ossreviewtoolkit:reporter](https://togithub.com/oss-review-toolkit/ort) to `26.0.0` - Upgrade [org.ossreviewtoolkit:notifier](https://togithub.com/oss-review-toolkit/ort) to `26.0.0` - Upgrade [org.ossreviewtoolkit:evaluator](https://togithub.com/oss-review-toolkit/ort) to `26.0.0`

🚸 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 has been generated by Mend Renovate. View repository job log here.

mnonnenmacher commented 4 months ago

@oss-review-toolkit/core-devs I thought it would be a good idea to enable Renovate for this repository as well, to make sure that the tests are always using the latest ORT release. If you agree, please approve.

tsteenbe commented 4 months ago

@mnonnenmacher πŸ‘πŸ» from my side just a bit surprised above Renovate comment states it will update ORT to 22.8.0 and and 26.0.0. What's up with that?

mnonnenmacher commented 4 months ago

@mnonnenmacher πŸ‘πŸ» from my side just a bit surprised above Renovate comment states it will update ORT to 22.8.0 and and 26.0.0. What's up with that?

It sometimes does minor and major version upgrades separately, let's see what happens.